Regenerated

This commit is contained in:
2026-04-14 13:36:11 +02:00
parent b875ac5842
commit 40682aacde
4 changed files with 353 additions and 432 deletions
@@ -59,10 +59,9 @@
};
};
# Firewall management tools
# CLI tool for temporary rule changes without rebuilding
# Usage: sudo nixos-firewall-tool open tcp 8080
environment.systemPackages = with pkgs; [
nixos-firewall-tool # CLI: sudo nixos-firewall-tool open tcp 8080
firewall-config # GUI: graphical firewall manager (Wayland-compatible)
nixos-firewall-tool
];
services.firewalld.enable = true;
}