diff options
| -rw-r--r-- | johnlepikhin/system/services.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/johnlepikhin/system/services.scm b/johnlepikhin/system/services.scm index b1d25f3..28a42b4 100644 --- a/johnlepikhin/system/services.scm +++ b/johnlepikhin/system/services.scm @@ -209,7 +209,8 @@ host all all ::1/128 md5")) (cpu-scaling-min-freq-on-bat (* 400 1000)) (cpu-scaling-max-freq-on-bat (* 800 1000)) (cpu-scaling-min-freq-on-ac (* 2300 1000)) - (cpu-scaling-max-freq-on-ac (* 4500 1000)))) + (cpu-scaling-max-freq-on-ac (* 4500 1000)) + (wifi-pwr-on-bat? #f))) (service mcron-service-type (mcron-configuration (jobs |
