fix yiffstash
This commit is contained in:
parent
2310722115
commit
0916e1d550
1 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@
|
|||
enable = true;
|
||||
description = "Post yiff to telegram";
|
||||
serviceConfig = {
|
||||
ExecStart = "${nix-packages.packages.${system}.yiffstash}";
|
||||
ExecStart = "/bin/sh ${nix-packages.packages.${system}.yiffstash}";
|
||||
User = "yiffstash";
|
||||
Group = "yiffstash";
|
||||
Type = "oneshot";
|
||||
|
@ -30,5 +30,5 @@
|
|||
RandomizedDelaySec = "1h";
|
||||
};
|
||||
};
|
||||
sops.secrets."caroline/yiffstash/bot-token" = {};
|
||||
}
|
||||
sops.secrets."caroline/yiffstash/bot-token".owner = "yiffstash";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue