diff options
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/enzo/default.nix | 4 | ||||
| -rw-r--r-- | machines/enzo/desktop.nix | 1 |
2 files changed, 4 insertions, 1 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; diff --git a/machines/enzo/desktop.nix b/machines/enzo/desktop.nix index 8fb68ef..077457c 100644 --- a/machines/enzo/desktop.nix +++ b/machines/enzo/desktop.nix @@ -61,7 +61,6 @@ fuzzel # launcher swaybg # wallpaper xwayland-satellite # run X11 apps under niri - networkmanagerapplet # wifi tray mako # notifications libnotify # notify-send ]; |
