mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
fix raspi wifi issues
This commit is contained in:
parent
0e0be51bc5
commit
2fe77c9d84
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
||||||
|
|
||||||
#environment.noXlibs = true;
|
#environment.noXlibs = true;
|
||||||
|
|
||||||
|
networking.networkmanager.wifi.powersave = false;
|
||||||
|
|
||||||
# Nix
|
# Nix
|
||||||
nix.gc.automatic = true;
|
nix.gc.automatic = true;
|
||||||
nix.gc.options = "--delete-older-than 30d";
|
nix.gc.options = "--delete-older-than 30d";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue