diff --git a/flake.nix b/flake.nix index f2e71c3..df69116 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 31 current 2025-10-07 18:51:16 25.05.20251001.5b5be50 6.12.49 * +# generation: 32 current 2025-10-07 19:11:04 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 cf6075f..ea5586a 100644 --- a/modules/system/vpns.nix +++ b/modules/system/vpns.nix @@ -28,11 +28,7 @@ in }; }; sops.secrets = { - "openvpn_pia_mexico_username" = { - owner = "root"; - group = "root"; - }; - "openvpn_pia_mexico_password" = { + "openvpn_pia_mexico_auth" = { owner = "root"; group = "root"; };