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
+3 -4
View File
@@ -1492,12 +1492,11 @@ This sets the firewall.
};
};
# 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;
}
#+END_SRC