Atemu
eb4e67505f
undervolt: expose power limits as Nixopts
...
We no longer escape the flags because the power limit flags want two arguments
If we escaped them, we'd only get one argument with an escaped space in it.
Undervolt's flags don't have anything in them that would need to be escaped, so
that shouldn't break anything
2020-08-22 12:27:13 +02:00
Atemu
ed83bac1d9
undervolt: make timer opt-in
...
It should no longer be needed but is worth keeping around in case it is
2020-08-22 10:42:20 +02:00
Atemu
e6f0a1e7eb
undervolt: apply undervolt on boot and resume
...
The undervolt did not persist reboots or sleep/hibernation. With this
change you should no longer have to apply the undervolt on a timer
2020-08-22 10:42:19 +02:00
Atemu
2c7402b54d
undervolt: clarify that the service is unofficial
...
The original warning almost made it sound like the service was made by or
somehow connected to Intel which is not the case
2020-06-27 14:21:58 +02:00
Piotr Bogdan
afae933693
nixos/undervolt: simplify CLI args generation
2020-06-11 15:24:28 +01:00
Piotr Bogdan
24e0e05654
nixos/undervolt: use int
type for numeric options
2020-06-11 15:24:28 +01:00
Piotr Bogdan
f224b243db
nixos/undervolt: fix up options' descriptions
...
The default `undervolt` package does not accept floating point numbers for any of its numeric
arguments. This also mentions in what units are the values expressed.
2020-06-11 15:24:28 +01:00
Piotr Bogdan
6fb11e5227
nixos/undervolt: add a warning for the enable
option
...
Also use the convenience `mkEnableOption` function for simplicity.
2020-06-11 15:24:28 +01:00
Jake Woods
4142020e45
nixos/undervolt: adding undervolt module
...
We want to be able to configure persistent undervolting
in the NixOS configuration
2018-08-20 21:01:19 +10:00