diff --git a/flake.nix b/flake.nix index 945dc80..7ff06d1 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 118 current 2025-10-08 19:48:52 25.05.20251006.20c4598 6.12.50 * +# generation: 119 current 2025-10-08 19:51:40 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 de768ed..75ed4c5 100644 --- a/modules/system/vpn-confinement.nix +++ b/modules/system/vpn-confinement.nix @@ -25,10 +25,10 @@ in "10.0.0.0/8" ]; portMappings = [ - { from = 7000; to = 7200; } + { from = 7103; to = 7103; } ]; openVPNPorts = [{ - port = 7103; + port = 60729; protocol = "both"; }]; };