Compare commits
2 commits
0c610fab8f
...
fbd576b52e
Author | SHA1 | Date | |
---|---|---|---|
Dmitry Voronin | fbd576b52e | ||
Dmitry Voronin | 0cb4e4e377 |
|
@ -21,7 +21,6 @@
|
|||
};
|
||||
|
||||
module = {
|
||||
builder.client.enable = true;
|
||||
purpose.live = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -41,7 +41,7 @@ in
|
|||
description = "The fan control";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig = {
|
||||
# ExecStop = "${wm2fc}/bin/wm2fc a";
|
||||
ExecStop = "${wm2fc}/bin/wm2fc a";
|
||||
Type = "simple";
|
||||
};
|
||||
path = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue