diff --git a/system/aly-server.nix b/system/aly-server.nix index 538d69a..4455ba8 100644 --- a/system/aly-server.nix +++ b/system/aly-server.nix @@ -1,5 +1,8 @@ ({ config, pkgs, agenix, ... }: { networking.hostName = "aly-server"; + services.openvpn.servers = { + server = { config = '' config /home/aly/.secrets/server.ovpn ''; }; + }; system.stateVersion = "25.05"; virtualisation.hypervGuest.enable = true; virtualisation.docker = {