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
|
neofetch
|
||||||
bottom
|
bottom
|
||||||
htop
|
htop
|
||||||
iwgtk
|
nm-tray
|
||||||
|
wg-netmanager
|
||||||
podman-compose
|
podman-compose
|
||||||
udisks
|
udisks
|
||||||
];
|
];
|
||||||
|
@ -57,6 +58,7 @@
|
||||||
"video"
|
"video"
|
||||||
"seat"
|
"seat"
|
||||||
"audio"
|
"audio"
|
||||||
|
"networkmanager"
|
||||||
];
|
];
|
||||||
group = "gaspard";
|
group = "gaspard";
|
||||||
};
|
};
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Network & Bluetooth
|
# Network & Bluetooth
|
||||||
networking.wireless.iwd.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
hardware.bluetooth.powerOnBoot = true;
|
hardware.bluetooth.powerOnBoot = true;
|
||||||
|
|
Loading…
Reference in a new issue