From dc8f7c33854a12db5322515c6e1dfb61dbd8abdf Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Sat, 12 Oct 2024 18:55:31 +0200 Subject: [PATCH] refactor(Zephyrus): Now use `NetworkManager` instead of `iwd` --- hosts/Zephyrus/default.nix | 4 +++- hosts/Zephyrus/hardware-configuration.nix | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/hosts/Zephyrus/default.nix b/hosts/Zephyrus/default.nix index 910c337..eacf6dd 100644 --- a/hosts/Zephyrus/default.nix +++ b/hosts/Zephyrus/default.nix @@ -31,7 +31,8 @@ neofetch bottom htop - iwgtk + nm-tray + wg-netmanager podman-compose udisks ]; @@ -57,6 +58,7 @@ "video" "seat" "audio" + "networkmanager" ]; group = "gaspard"; }; diff --git a/hosts/Zephyrus/hardware-configuration.nix b/hosts/Zephyrus/hardware-configuration.nix index d08ef03..7907b85 100644 --- a/hosts/Zephyrus/hardware-configuration.nix +++ b/hosts/Zephyrus/hardware-configuration.nix @@ -34,7 +34,7 @@ }; # Network & Bluetooth - networking.wireless.iwd.enable = true; + networking.networkmanager.enable = true; hardware.bluetooth.enable = true; hardware.bluetooth.powerOnBoot = true;