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:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user