add fanconfig to valefar

This commit is contained in:
waveringana 2025-05-30 05:40:12 -04:00
parent 981186a787
commit 752df813bc
No known key found for this signature in database
3 changed files with 23 additions and 11 deletions

View file

@ -31,16 +31,6 @@
dnsovertls = "true";
};
systemd.services.fancontrol = {
enable = true;
description = "Fan speed control";
serviceConfig = {
ExecStart = "${pkgs.lm_sensors}/bin/fancontrol";
Restart = "always";
};
wantedBy = [ "multi-user.target" ];
};
environment.variables.EDITOR = "neovim";
time.timeZone = "America/New_York";