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