refactor(Zephyrus): Now use NetworkManager
instead of iwd
This commit is contained in:
parent
fb3da5ff45
commit
dc8f7c3385
2 changed files with 4 additions and 2 deletions
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
};
|
||||
|
||||
# Network & Bluetooth
|
||||
networking.wireless.iwd.enable = true;
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.bluetooth.powerOnBoot = true;
|
||||
|
|
Loading…
Reference in a new issue