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

5 lines
55 B
Nix

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