add fanconfig to valefar
This commit is contained in:
parent
981186a787
commit
752df813bc
3 changed files with 23 additions and 11 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue