8 lines
116 B
Nix
8 lines
116 B
Nix
{
|
|
imports = [../dns ../iwd];
|
|
networking.networkmanager = {
|
|
enable = true;
|
|
wifi.powersave = true;
|
|
};
|
|
}
|