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