We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca2fed0 commit 003a82bCopy full SHA for 003a82b
1 file changed
config/nixos/system/base.nix
@@ -52,6 +52,9 @@
52
53
networking.nftables.enable = lib.mkDefault true;
54
55
+ virtualisation.containers.containersConf.settings.network.firewall_driver =
56
+ lib.mkIf config.networking.nftables.enable "nftables";
57
+
58
users.mutableUsers = false;
59
60
systemd = {
0 commit comments