diff options
| author | = <hwebs@hwebs.info> | 2026-07-30 14:16:43 -0500 |
|---|---|---|
| committer | = <hwebs@hwebs.info> | 2026-07-30 14:16:43 -0500 |
| commit | c21e1e3b6029a906beaa96192fb9e6c847510e95 (patch) | |
| tree | 6b8d0c04c2b7acd028e18dc965b4ef08907467bf /machines/enzo | |
| parent | cd29f8578675b99fe89970de15007be1978878a5 (diff) | |
rebase
Diffstat (limited to 'machines/enzo')
| -rw-r--r-- | machines/enzo/default.nix | 3 |
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; |
