mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-09 22:49:42 +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 {
|
||||
description = "Power Monitoring Service";
|
||||
environment.PATH = mkForce "/run/wrappers/bin:${makeBinPath dependencies}";
|
||||
script = builtins.readFile ./scripts/power_monitor.sh;
|
||||
script = builtins.readFile ./power_monitor.sh;
|
||||
|
||||
serviceConfig = {
|
||||
Type = "simple";
|
||||
|
|
Loading…
Reference in a new issue