fix raspi wifi issues

This commit is contained in:
Felix Buehler 2021-03-29 23:25:13 +02:00
parent 0e0be51bc5
commit 2fe77c9d84

View file

@ -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";