mirror of
https://github.com/Ascyii/nixos.git
synced 2026-01-01 14:54:26 -05:00
6 lines
79 B
Nix
6 lines
79 B
Nix
{ ... }:
|
|
|
|
{
|
|
networking = { networkmanager = { wifi.powersave = true; }; };
|
|
}
|