From 35651f007002e7dec42c8271925984d5557e3657 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Sat, 3 Oct 2020 12:53:13 +0200 Subject: [PATCH] vaccaria: disable fancontrol --- vaccaria.nix | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/vaccaria.nix b/vaccaria.nix index 4d761b0..7d5471c 100644 --- a/vaccaria.nix +++ b/vaccaria.nix @@ -87,23 +87,23 @@ # fancontrol boot.kernelModules = ["it87"]; - systemd.services.fancontrol = - let fancontrolConfig = pkgs.writeText "fancontrol" '' - # Configuration file generated by pwmconfig, changes will be lost - INTERVAL=10 - DEVPATH=hwmon1=devices/pci0000:00/0000:00:18.3 hwmon0=devices/platform/it87.552 - DEVNAME=hwmon1=k10temp hwmon0=it8720 - FCTEMPS=hwmon0/pwm3=hwmon1/temp1_input hwmon0/pwm1=hwmon1/temp1_input - FCFANS=hwmon0/pwm3=hwmon0/fan1_input hwmon0/pwm1=hwmon0/fan1_input - MINTEMP=hwmon0/pwm3=40 hwmon0/pwm1=40 - MAXTEMP=hwmon0/pwm3=65 hwmon0/pwm1=65 - MINSTART=hwmon0/pwm3=150 hwmon0/pwm1=150 - MINSTOP=hwmon0/pwm3=0 hwmon0/pwm1=100 - ''; in { - description = "fancontrol from lm_sensors"; - wantedBy = ["multi-user.target"]; - serviceConfig.ExecStart = "${pkgs.lm_sensors}/bin/fancontrol ${fancontrolConfig}"; - }; + # systemd.services.fancontrol = + # let fancontrolConfig = pkgs.writeText "fancontrol" '' + # # Configuration file generated by pwmconfig, changes will be lost + # INTERVAL=10 + # DEVPATH=hwmon1=devices/pci0000:00/0000:00:18.3 hwmon0=devices/platform/it87.552 + # DEVNAME=hwmon1=k10temp hwmon0=it8720 + # FCTEMPS=hwmon0/pwm3=hwmon1/temp1_input hwmon0/pwm1=hwmon1/temp1_input + # FCFANS=hwmon0/pwm3=hwmon0/fan1_input hwmon0/pwm1=hwmon0/fan1_input + # MINTEMP=hwmon0/pwm3=40 hwmon0/pwm1=40 + # MAXTEMP=hwmon0/pwm3=65 hwmon0/pwm1=65 + # MINSTART=hwmon0/pwm3=150 hwmon0/pwm1=150 + # MINSTOP=hwmon0/pwm3=0 hwmon0/pwm1=100 + # ''; in { + # description = "fancontrol from lm_sensors"; + # wantedBy = ["multi-user.target"]; + # serviceConfig.ExecStart = "${pkgs.lm_sensors}/bin/fancontrol ${fancontrolConfig}"; + # }; # hdd spindown powerManagement.powerUpCommands = ''