poseidon: enable ip forwarding in sysctl
This commit is contained in:
parent
880d44e570
commit
bd02870e9f
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue