Enable nftables by default
This commit is contained in:
parent
4eeae2c1b5
commit
91eb90e9c3
|
@ -106,6 +106,10 @@
|
||||||
allowedUDPPortRanges = lib.singleton { from = 9990; to = 9999; };
|
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 Let’s Encrypt requirements
|
# Globally set Let’s Encrypt requirements
|
||||||
security.acme = {
|
security.acme = {
|
||||||
acceptTerms = true;
|
acceptTerms = true;
|
||||||
|
|
Loading…
Reference in a new issue