From fd22f007eff2c631aadd32f652ac1bbe1dfdfaac Mon Sep 17 00:00:00 2001 From: blake Date: Tue, 7 Oct 2025 18:52:07 -0500 Subject: [PATCH] 31 current 2025-10-07 18:51:16 25.05.20251001.5b5be50 6.12.49 * --- flake.nix | 2 +- modules/system/vpns.nix | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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}"; }; };