31 current 2025-10-07 18:51:16 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-07 18:52:07 -05:00
parent ff4dc5b83a
commit fd22f007ef
2 changed files with 1 additions and 2 deletions

View File

@@ -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 = {

View File

@@ -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}";
};
};