diff --git a/flake.nix b/flake.nix index 408c80e..bf6e533 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 120 current 2025-10-08 19:53:25 25.05.20251006.20c4598 6.12.50 * +# generation: 121 current 2025-10-08 19:57:56 25.05.20251006.20c4598 6.12.50 * { description = "blakes nix config"; inputs = { diff --git a/modules/system/vpn-confinement.nix b/modules/system/vpn-confinement.nix index 75ed4c5..bdff7b3 100644 --- a/modules/system/vpn-confinement.nix +++ b/modules/system/vpn-confinement.nix @@ -28,7 +28,7 @@ in { from = 7103; to = 7103; } ]; openVPNPorts = [{ - port = 60729; + port = 51820; protocol = "both"; }]; };