From 0916e1d550e36d954b42fbf4f087bb82849cdeca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Tue, 19 Mar 2024 15:00:02 +0100 Subject: [PATCH] fix yiffstash --- config/services/yiff-stash.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/services/yiff-stash.nix b/config/services/yiff-stash.nix index e37a1a37..b3de59ee 100644 --- a/config/services/yiff-stash.nix +++ b/config/services/yiff-stash.nix @@ -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" = {}; -} \ No newline at end of file + sops.secrets."caroline/yiffstash/bot-token".owner = "yiffstash"; +}