nixos/machines/lil-maid/modules/network/firewall.nix
2024-08-05 23:39:24 +03:00

5 lines
54 B
Nix

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