30 current 2025-10-07 16:33:54 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-07 18:43:57 -05:00
parent ab0ced1b4f
commit 3474125f15

View File

@@ -19,8 +19,7 @@ in
config = lib.mkIf cfg.enable {
# enable pia mexico w/ openvpn
config = lib.mkIf cfg.openvpn_pia_mexico {
services.openvpn.servers.pia-mexico = {
services.openvpn.servers.pia-mexico = lib.mkIf cfg.openvpn_pia_mexico {
enable = true;
config = "config ${config.sops.secrets."openvpn_pia_mexico_config".path}";
};
@@ -31,6 +30,4 @@ in
};
};
};
};
}