From dd0499d64d6781626615e2aa1783538e22c412b8 Mon Sep 17 00:00:00 2001 From: kalipso Date: Tue, 17 Dec 2024 11:38:59 +0100 Subject: [PATCH] [vpn] disable module for host setup --- machines/vpn/configuration.nix | 8 -------- 1 file changed, 8 deletions(-) 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? }