diff --git a/flake.nix b/flake.nix index 32ccf7e..f2e71c3 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 30 current 2025-10-07 16:33:54 25.05.20251001.5b5be50 6.12.49 * +# generation: 31 current 2025-10-07 18:51:16 25.05.20251001.5b5be50 6.12.49 * { description = "blakes nix config"; inputs = { diff --git a/modules/system/vpns.nix b/modules/system/vpns.nix index 5f64bb5..4c378d2 100644 --- a/modules/system/vpns.nix +++ b/modules/system/vpns.nix @@ -21,7 +21,6 @@ in # enable pia mexico w/ openvpn services.openvpn.servers = lib.mkIf cfg.openvpn_pia_mexico { openvpn_pia_mexico = { - enable = true; config = "config ${config.sops.secrets."openvpn_pia_mexico_config".path}"; }; };