mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 02:49:41 +00:00
Move power_monitor.sh outside of scripts dir
This commit is contained in:
parent
35d8c86797
commit
7162b19f73
|
@ -24,7 +24,7 @@ in {
|
||||||
in {
|
in {
|
||||||
description = "Power Monitoring Service";
|
description = "Power Monitoring Service";
|
||||||
environment.PATH = mkForce "/run/wrappers/bin:${makeBinPath dependencies}";
|
environment.PATH = mkForce "/run/wrappers/bin:${makeBinPath dependencies}";
|
||||||
script = builtins.readFile ./scripts/power_monitor.sh;
|
script = builtins.readFile ./power_monitor.sh;
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
|
|
Loading…
Reference in a new issue