From c21e1e3b6029a906beaa96192fb9e6c847510e95 Mon Sep 17 00:00:00 2001 From: = Date: Thu, 30 Jul 2026 14:16:43 -0500 Subject: rebase --- machines/enzo/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'machines') 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; -- cgit v1.3