poseidon: enable ip forwarding in sysctl

This commit is contained in:
Antoine Martin 2021-07-13 23:18:40 +02:00
parent 880d44e570
commit bd02870e9f

View file

@ -21,6 +21,11 @@ in
boot.supportedFilesystems = [ "btrfs" ];
boot.kernel.sysctl = {
"net.ipv6.conf.all.forwarding" = true;
"net.ipv4.ip_forward" = true;
};
services.btrfs = {
autoScrub = {
enable = true;