Update SIIT-DC service conf

This commit is contained in:
Vili Sinervä 2025-02-21 12:03:36 +02:00
parent 941996cbe5
commit 7ea0d97d4f
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -4,6 +4,10 @@ let
v4_pref = "192.168.250";
in
{
boot.kernel.sysctl = {
"net.ipv4.conf.all.forwarding" = 1;
"net.ipv6.conf.all.forwarding" = 1;
};
networking = {
jool = {
enable = true;