From f95617dfa4fe188adc14a9d12220e0ac1dce3752 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Fri, 21 Feb 2025 12:07:34 +0200 Subject: [PATCH] Update SIIT-DC service conf --- services/siit-dc.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/services/siit-dc.nix b/services/siit-dc.nix index 984f6db..4e142b2 100644 --- a/services/siit-dc.nix +++ b/services/siit-dc.nix @@ -1,13 +1,9 @@ { ... }: let gua_pref = "2001:14ba:a090:39"; - v4_pref = "192.168.250"; + v4_pref = "192.168.251"; in { - boot.kernel.sysctl = { - "net.ipv4.conf.all.forwarding" = 1; - "net.ipv6.conf.all.forwarding" = 1; - }; networking = { jool = { enable = true;