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

feat: upgrade wilde

This commit is contained in:
Kierán Meinhardt
2019-10-13 12:48:39 +02:00
parent 249532b0e3
commit fc2f25c907
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ in {
enable = true; enable = true;
time = "08/6:00"; time = "08/6:00";
token = lib.strings.fileContents <secrets/telegram/kmein.token>; token = lib.strings.fileContents <secrets/telegram/kmein.token>;
chatIds = [ "18980945" "757821027" ]; chatIds = [ "18980945" "757821027" "455964311" ];
command = "${pkgs.literature-quote}/bin/literature-quote"; command = "${pkgs.literature-quote}/bin/literature-quote";
parseMode = "Markdown"; parseMode = "Markdown";
}; };

View File

@@ -36,5 +36,5 @@
networking.hostName = "wilde"; networking.hostName = "wilde";
system.stateVersion = "19.03"; system.stateVersion = "19.09";
} }