mirror of
https://github.com/Ascyii/nixos.git
synced 2026-01-01 06:44:26 -05:00
10 lines
86 B
Nix
10 lines
86 B
Nix
{ ... }:
|
|
|
|
{
|
|
networking = {
|
|
networkmanager = {
|
|
wifi.powersave = true;
|
|
};
|
|
};
|
|
}
|