Enable nftables by default

23.11
Simon Bruder 2023-10-07 13:50:18 +02:00
parent 4eeae2c1b5
commit 91eb90e9c3
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 4 additions and 0 deletions

View File

@ -106,6 +106,10 @@
allowedUDPPortRanges = lib.singleton { from = 9990; to = 9999; };
};
# Use nftables by default,
# but allow it to be easily disabled on by-machine basis.
networking.nftables.enable = lib.mkDefault true;
# Globally set Lets Encrypt requirements
security.acme = {
acceptTerms = true;