mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 11:31:36 +01:00
Update wifi config
This commit is contained in:
@@ -10,7 +10,13 @@
|
||||
|
||||
time.timeZone = "Europe/Amsterdam";
|
||||
|
||||
networking.wireless.iwd.enable = true;
|
||||
networking = {
|
||||
networkmanager = {
|
||||
enable = true;
|
||||
wifi.backend = "iwd";
|
||||
}
|
||||
wireless.iwd.enable = true;
|
||||
};
|
||||
|
||||
services = {
|
||||
xserver = {
|
||||
|
||||
Reference in New Issue
Block a user