mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44:40 +02:00
serverle: move wifi power-save to hardware-config
This commit is contained in:
parent
216249ab8b
commit
6936c08ffb
2 changed files with 3 additions and 2 deletions
|
@ -28,4 +28,7 @@
|
|||
hardware.enableRedistributableFirmware = true;
|
||||
|
||||
#swapDevices = [{ device = "/swapfile"; size = 1024; }];
|
||||
|
||||
# Fix wifi disconnect
|
||||
networking.networkmanager.wifi.powersave = false;
|
||||
}
|
||||
|
|
|
@ -23,8 +23,6 @@
|
|||
8080 # aria
|
||||
];
|
||||
|
||||
networking.networkmanager.wifi.powersave = false;
|
||||
|
||||
# Nix
|
||||
nix.gc.automatic = true;
|
||||
nix.gc.options = "--delete-older-than 30d";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue