1
0
mirror of https://github.com/kmein/niveum synced 2026-03-28 23:31:07 +01:00

fix(catullus): use system-secrets

This commit is contained in:
Kierán Meinhardt
2020-10-06 23:21:04 +02:00
parent 717355a2cd
commit 8098cdc842
6 changed files with 10 additions and 10 deletions

View File

@@ -31,7 +31,7 @@ in {
description = "*flubberflubber*";
enable = true;
script = toString (nachtischsatan-bot {
token = lib.strings.fileContents <secrets/telegram/nachtischsatan.token>;
token = lib.strings.fileContents <system-secrets/telegram/nachtischsatan.token>;
});
serviceConfig.Restart = "always";
};