summaryrefslogtreecommitdiff
path: root/machines/enzo
diff options
context:
space:
mode:
Diffstat (limited to 'machines/enzo')
-rw-r--r--machines/enzo/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/machines/enzo/default.nix b/machines/enzo/default.nix
index bb872b5..90da815 100644
--- a/machines/enzo/default.nix
+++ b/machines/enzo/default.nix
@@ -50,7 +50,8 @@
# Wifi is managed from the CLI (nmcli/nmtui); trim the rest.
networking.modemmanager.enable = false; # no cellular modem
- networking.networkmanager.wifi.backend = "iwd"; # auto-enables iwd, drops wpa_supplicant
+ # NOTE: iwd backend was tried but caused interface rename (wlp8s0 -> wlan0),
+ # stale-profile and secret-passing breakage. Back on the default wpa_supplicant.
# --- Disk encryption / hibernation / swap ---
# systemd in initrd is required for TPM2 unlock and clean hibernate resume.