rearranging alexadira services

This commit is contained in:
William 2025-06-08 12:15:58 -03:00
parent 89f2ab47a2
commit cfecfb8c1f
11 changed files with 104 additions and 242 deletions

View file

@ -10,4 +10,9 @@
allowedUDPPorts = [ ];
};
};
boot.kernel.sysctl = {
"net.ipv4.ip_forward" = 1;
"net.ipv6.conf.all.forwarding" = 1;
};
}