Compare commits

...

2 commits

Author SHA1 Message Date
Dmitry Voronin fbd576b52e
Max: Disable fan control on poweroff. 2024-12-25 08:28:50 +03:00
Dmitry Voronin 0cb4e4e377
Live: Disable builder. 2024-12-25 08:28:48 +03:00
2 changed files with 1 additions and 2 deletions

View file

@ -21,7 +21,6 @@
}; };
module = { module = {
builder.client.enable = true;
purpose.live = true; purpose.live = true;
}; };
} }

View file

@ -41,7 +41,7 @@ in
description = "The fan control"; description = "The fan control";
wantedBy = [ "multi-user.target" ]; wantedBy = [ "multi-user.target" ];
serviceConfig = { serviceConfig = {
# ExecStop = "${wm2fc}/bin/wm2fc a"; ExecStop = "${wm2fc}/bin/wm2fc a";
Type = "simple"; Type = "simple";
}; };
path = with pkgs; [ path = with pkgs; [