impala and iwd
This commit is contained in:
parent
1a2c966939
commit
0b47ad3ed6
5 changed files with 48 additions and 15 deletions
|
@ -141,7 +141,6 @@
|
|||
ddcutil
|
||||
greetd.tuigreet
|
||||
bluez-tools
|
||||
bluetuith
|
||||
qemu
|
||||
quickemu
|
||||
borgbackup
|
||||
|
@ -371,9 +370,15 @@
|
|||
"2620:fe::fe"
|
||||
"2620:fe::9"
|
||||
];
|
||||
wireless.iwd = {
|
||||
enable = true;
|
||||
};
|
||||
networkmanager = {
|
||||
enable = true;
|
||||
wifi.powersave = true;
|
||||
wifi = {
|
||||
powersave = true;
|
||||
backend = "iwd";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue