fix yiffstash

This commit is contained in:
Charlotte 🦝 Delenk 2024-03-19 15:00:02 +01:00
parent 2310722115
commit 0916e1d550

View file

@ -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";
}