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

This commit is contained in:
2025-10-07 18:34:58 -05:00
parent 49d6c73b2c
commit caff4de68a

View File

@@ -23,6 +23,7 @@ in
services.openvpn.servers.pia-mexico = { services.openvpn.servers.pia-mexico = {
enable = true; enable = true;
config = config.sops.secrets."openvpn_pia_mexico_config".path; config = config.sops.secrets."openvpn_pia_mexico_config".path;
};
sops.secrets = { sops.secrets = {
"openvpn_pia_mexico_config" = { "openvpn_pia_mexico_config" = {
owner = "root"; owner = "root";
@@ -30,7 +31,6 @@ in
}; };
}; };
}; };
};
}; };
} }