This commit is contained in:
Miguel Palhas
2025-10-23 08:35:35 +01:00
parent c9a4f52c31
commit 4793175aa4
3 changed files with 12 additions and 12 deletions
+1 -10
View File
@@ -4,7 +4,7 @@
networkmanager = {
enable = true;
};
wireless.iwd.enable = true;
};
services.avahi = {
@@ -12,13 +12,4 @@
nssmdns4 = true;
openFirewall = true;
};
# environment.etc.nsswitch.text = {
# hosts = [
# "files"
# "mdns4_minimal"
# "[NOTFOUND=return]"
# "dns"
# ];
# };
}