1 { writeShellApplication, iptables, lib }:
3 writeShellApplication {
4 name = "nixos-firewall-tool";
5 text = builtins.readFile ./nixos-firewall-tool.sh;
11 description = "Temporarily manipulate the NixOS firewall";
12 license = licenses.mit;
13 maintainers = with maintainers; [ clerie ];