nix/modules/system/utils/firewall.nix

8 lines
64 B
Nix

{ ... }:
{
networking.firewall = {
enable = true;
};
}