From 68a5ae410c58c43d12087eb1c3a54ba708507239 Mon Sep 17 00:00:00 2001 From: blake Date: Wed, 8 Oct 2025 20:00:42 -0500 Subject: [PATCH] 121 current 2025-10-08 19:57:56 25.05.20251006.20c4598 6.12.50 * --- flake.nix | 2 +- modules/system/vpn-confinement.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"; }]; };