Alexandria subnet routing

This commit is contained in:
rotterdam 2023-03-12 19:18:10 -03:00
parent db75061121
commit d82558072b

View file

@ -19,4 +19,9 @@
extraDomainNames = [ "*.baduhai.me" ];
};
};
boot.kernel.sysctl = {
"net.ipv4.ip_forward" = 1;
"net.ipv6.conf.all.forwarding" = 1;
};
}