Update hosts/docker/configuration.nix

This commit is contained in:
2026-02-25 00:16:37 +00:00
parent 149f56ce10
commit 5e559efc6f

View File

@@ -139,7 +139,8 @@ system.userActivationScripts.createSetupSymlink.text = ''
# networking.firewall.allowedUDPPorts = [ ... ];
# Or disable the firewall altogether.
# networking.firewall.enable = false;
networking.firewall.enable = true;
networking.nftables.enable = true;
# Copy the NixOS configuration file and link it from the resulting system
# (/run/current-system/configuration.nix). This is useful in case you
# accidentally delete configuration.nix.