nixbld: implement fbda8b064 correctly

pull/20/head
Sebastien Bourdeauducq 2021-04-05 00:08:44 +08:00
parent 81c1dcf138
commit 7d04f99e33
1 changed files with 2 additions and 2 deletions

View File

@ -111,8 +111,8 @@ in
};
boot.kernel.sysctl."net.ipv6.conf.all.forwarding" = "1";
boot.kernel.sysctl."net.ipv6.conf.default.forwarding" = "1";
boot.kernel.sysctl."net.ipv6.conf.all.accept_dad" = "0";
boot.kernel.sysctl."net.ipv6.conf.default.accept_dad" = "0";
boot.kernel.sysctl."net.ipv6.conf.${netifLan}.accept_dad" = "0";
boot.kernel.sysctl."net.ipv6.conf.${netifWifi}.accept_dad" = "0";
services.unbound = {
enable = true;