diff --git a/machines/vpn/configuration.nix b/machines/vpn/configuration.nix index f6ff2c5d..10db2879 100644 --- a/machines/vpn/configuration.nix +++ b/machines/vpn/configuration.nix @@ -3,8 +3,6 @@ with lib; { - #sops.defaultSopsFile = ./secrets.yaml; - networking = { hostName = mkDefault "vpn"; useDHCP = false; @@ -17,12 +15,6 @@ with lib; ../modules/minimal_tools.nix ]; - services.malobeo.vpn = { - enable = true; - name = "vpn"; - privateKey = "somepath"; - }; - system.stateVersion = "22.11"; # Did you read the comment? }