Skip to content

Commit

Permalink
talos: explicitely enable wifi powersave
Browse files Browse the repository at this point in the history
this way I know what to toggle if I want to switch it off in the future
  • Loading branch information
alarsyo committed Mar 4, 2024
1 parent 3d10eef commit 74d04c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion hosts/talos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@
networking.domain = "alarsyo.net";
# Pick only one of the below networking options.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
networking.networkmanager = {
enable = true;
wifi.powersave = true;
}

# Set your time zone.
time.timeZone = "Europe/Paris";
Expand Down

0 comments on commit 74d04c4

Please sign in to comment.