nichts/modules/services/firewall.nix

4 lines
44 B
Nix
Raw Normal View History

2024-07-15 09:27:55 +02:00
_: {
networking.nftables.enable = true;
}