Update SIIT-DC service conf
This commit is contained in:
parent
941996cbe5
commit
7ea0d97d4f
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue