mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Update nixos/modules/services/hardware/fancontrol.nix
Co-Authored-By: markuskowa <markus.kowalewski@gmail.com>
This commit is contained in:
parent
401b0b0c7b
commit
44e2ff26b8
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ in {
|
||||||
|
|
||||||
config = mkOption {
|
config = mkOption {
|
||||||
type = types.lines;
|
type = types.lines;
|
||||||
default = /etc/fancontrol;
|
default = null;
|
||||||
example = ''
|
example = ''
|
||||||
# Configuration file generated by pwmconfig
|
# Configuration file generated by pwmconfig
|
||||||
INTERVAL=1
|
INTERVAL=1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue