nixos/lil-maid/modules/firewall.nix
2024-12-17 00:25:43 +03:00

5 lines
55 B
Nix

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