6 lines
86 B
Nix
6 lines
86 B
Nix
{
|
|
networking.networkmanager = {
|
|
enable = true;
|
|
wifi.powersave = true;
|
|
};
|
|
} |