Update hosts/docker/configuration.nix

This commit is contained in:
2026-02-25 00:20:50 +00:00
parent 0a10efefa6
commit 4b37d36212

View File

@@ -36,9 +36,6 @@ in
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
docker-compose docker-compose
docker_25 docker_25
ipset
xtables-addons
geoipWithDatabase
]; ];
# Mount docker persistent data # Mount docker persistent data
@@ -142,8 +139,7 @@ system.userActivationScripts.createSetupSymlink.text = ''
# networking.firewall.allowedUDPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ];
# Or disable the firewall altogether. # Or disable the firewall altogether.
# networking.firewall.enable = false; # networking.firewall.enable = false;
networking.firewall.enable = true;
networking.nftables.enable = true;
# Copy the NixOS configuration file and link it from the resulting system # Copy the NixOS configuration file and link it from the resulting system
# (/run/current-system/configuration.nix). This is useful in case you # (/run/current-system/configuration.nix). This is useful in case you
# accidentally delete configuration.nix. # accidentally delete configuration.nix.