Update nixos/modules/services/hardware/fancontrol.nix
Co-Authored-By: markuskowa <markus.kowalewski@gmail.com>
This commit is contained in:
parent
401b0b0c7b
commit
44e2ff26b8
@ -13,7 +13,7 @@ in {
|
||||
|
||||
config = mkOption {
|
||||
type = types.lines;
|
||||
default = /etc/fancontrol;
|
||||
default = null;
|
||||
example = ''
|
||||
# Configuration file generated by pwmconfig
|
||||
INTERVAL=1
|
||||
|
Loading…
Reference in New Issue
Block a user