diff options
Diffstat (limited to 'machines/enzo')
| -rw-r--r-- | machines/enzo/default.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/machines/enzo/default.nix b/machines/enzo/default.nix index 86a05d3..3246ca3 100644 --- a/machines/enzo/default.nix +++ b/machines/enzo/default.nix @@ -58,14 +58,6 @@ "hwebs" ]; - # mDNS client: resolve *.local names on the LAN (kusanagi, NAS, etc.). - # Kusanagi already advertises via Avahi; this side just needs NSS - # resolution so kusanagi.local resolves without an SSH config hostname. - services.avahi = { - enable = true; - nssmdns4 = true; - }; - # Wifi is managed from the CLI (nmcli/nmtui); trim the rest. networking.modemmanager.enable = false; # no cellular modem |
