nixos/machines/lil-maid/modules/network/firewall.nix
2024-08-06 00:15:31 +03:00

5 lines
54 B
Nix

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