mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat(goliath): fix fans after sleep
This commit is contained in:
parent
69d4363c8c
commit
6e41008a2f
1 changed files with 2 additions and 2 deletions
|
|
@ -80,9 +80,9 @@
|
|||
${pkgs.liquidctl}/bin/liquidctl --match clc set fan speed 20 0 30 0 40 10 50 50 60 75 70 100
|
||||
'';
|
||||
in {
|
||||
wantedBy = ["multi-user.target"];
|
||||
wantedBy = ["multi-user.target" "sleep.target"];
|
||||
description = "Set up the fan speeds for the system";
|
||||
after = ["systemd-modules-load.service"];
|
||||
after = ["systemd-modules-load.service" "suspend.target"];
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
ExecStart = "${fanScript}/bin/fan";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue