From 3ba095c86e04631ad4f8c6c669dea82c72c7bb4a Mon Sep 17 00:00:00 2001 From: blake Date: Wed, 8 Oct 2025 19:51:42 -0500 Subject: [PATCH] 118 current 2025-10-08 19:48:52 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 ab64848..945dc80 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 117 current 2025-10-08 19:07:36 25.05.20251006.20c4598 6.12.50 * +# generation: 118 current 2025-10-08 19:48:52 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 6eb1fb7..de768ed 100644 --- a/modules/system/vpn-confinement.nix +++ b/modules/system/vpn-confinement.nix @@ -28,7 +28,7 @@ in { from = 7000; to = 7200; } ]; openVPNPorts = [{ - port = 60729; + port = 7103; protocol = "both"; }]; };