nixos/machines/lil-maid/modules/network/firewall.nix
2024-08-05 20:53:43 +03:00

5 lines
54 B
Nix

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