goodbye spinny address

This commit is contained in:
arcnmx 2023-05-23 12:04:59 -07:00
parent ad9af18604
commit e340bcdac1
2 changed files with 3 additions and 0 deletions

View file

@ -2,4 +2,5 @@
{
networking.nftables.enable = true;
networking.tempAddresses = "disabled";
}

View file

@ -12,6 +12,8 @@
"net.ipv4.tcp_wmem" = "4096 65536 16777216";
"net.ipv4.ip_forward" = "1";
"net.ipv6.conf.all.forwarding" = "1";
"net.ipv6.conf.all.accept_ra_rt_info_max_plen" = 128;
"net.ipv6.conf.default.accept_ra_rt_info_max_plen" = 128;
};
services.journald.extraConfig = "SystemMaxUse=512M";
users.mutableUsers = false;