diff options
| author | Henry J. Webster <hwebs@hwebs.info> | 2026-07-30 11:45:03 -0500 |
|---|---|---|
| committer | Henry J. Webster <hwebs@hwebs.info> | 2026-07-30 11:45:03 -0500 |
| commit | 7b33aa726171cd07ecef15db00146101dc4fa839 (patch) | |
| tree | a455fb1ce4bb2c20f7b0002865aa829ae29b2678 /machines/enzo/default.nix | |
| parent | 27d46d85da490fd99b9985ca7b7ab2b3a0463a4d (diff) | |
CLI-only wifi
Diffstat (limited to 'machines/enzo/default.nix')
| -rw-r--r-- | machines/enzo/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/machines/enzo/default.nix b/machines/enzo/default.nix index 6fee3d0..bb872b5 100644 --- a/machines/enzo/default.nix +++ b/machines/enzo/default.nix @@ -48,6 +48,10 @@ "hwebs" ]; + # 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 + # --- Disk encryption / hibernation / swap --- # systemd in initrd is required for TPM2 unlock and clean hibernate resume. boot.initrd.systemd.enable = true; |
