summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2023-10-01 22:22:25 +0200
committerLinnnus <[email protected]>2023-10-01 22:22:25 +0200
commit2787f2aedc462ac8dc7fcfde9d4b7ab79d1983f8 (patch)
tree0a6a075039b7b195c6c1eb18f5d1fe2beb1918e6 /modules
parent5a06cffbe8a2bf32b6c77394c3e1494fe484bfa9 (diff)
Enable and fix still-awake service
Diffstat (limited to 'modules')
-rw-r--r--modules/darwin/still-awake/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/darwin/still-awake/default.nix b/modules/darwin/still-awake/default.nix
index 605c9ce..a02c0f6 100644
--- a/modules/darwin/still-awake/default.nix
+++ b/modules/darwin/still-awake/default.nix
@@ -15,8 +15,7 @@ in
log-file = "/tmp/still-awake.log";
in
{
- enable = true;
- config = {
+ serviceConfig = {
ProgramArguments = [ "${pkgs.still-awake}/bin/still-awake" ];
ProcessType = "Interactive";