Files
nixos-config/hosts/common/features/networking.nix
T
Miguel Palhas 474bd840d2 statix
2026-06-27 14:18:03 +01:00

13 lines
155 B
Nix

_:
{
networking = {
networkmanager.enable = true;
};
services.avahi = {
enable = true;
nssmdns4 = true;
openFirewall = true;
};
}