diff --git a/systems/catullus/configuration.nix b/systems/catullus/configuration.nix index e515b2c..0c05d70 100644 --- a/systems/catullus/configuration.nix +++ b/systems/catullus/configuration.nix @@ -106,7 +106,7 @@ in { services.matterbridge = { enable = true; configPath = toString (pkgs.writeTOML (import { - token = lib.strings.fileContents ; + token = lib.strings.fileContents ; })); }; } @@ -131,7 +131,7 @@ in { telegram = { enable = true; chatId = [ "18980945" ]; - botToken = lib.strings.fileContents ; + botToken = lib.strings.fileContents ; }; urls = [ # "https://michael-klonovsky.de/acta-diurna" @@ -192,7 +192,7 @@ in { }; environment.etc."tinc/retiolum/rsa_key.priv" = { - text = builtins.readFile ; + text = builtins.readFile ; mode = "400"; }; diff --git a/systems/catullus/telegram-bots/autorenkalender.nix b/systems/catullus/telegram-bots/autorenkalender.nix index a69ca79..14648bc 100644 --- a/systems/catullus/telegram-bots/autorenkalender.nix +++ b/systems/catullus/telegram-bots/autorenkalender.nix @@ -12,7 +12,7 @@ in { niveum.telegramBots.autorenkalender = { enable = true; time = "07:00"; - token = lib.strings.fileContents ; + token = lib.strings.fileContents ; chatIds = [ "@autorenkalender" ]; parseMode = "Markdown"; command = "${autorenkalender}/bin/autorenkalender"; diff --git a/systems/catullus/telegram-bots/default.nix b/systems/catullus/telegram-bots/default.nix index 1ca35a5..b984a71 100644 --- a/systems/catullus/telegram-bots/default.nix +++ b/systems/catullus/telegram-bots/default.nix @@ -30,7 +30,7 @@ in { wantedBy = [ "multi-user.target" ]; description = "Telegram bot reciting the Odyssey to you"; environment.TELEGRAM_ODYSSEY_TOKEN = - lib.strings.fileContents ; + lib.strings.fileContents ; enable = true; script = "${telebots.odyssey}/bin/telegram-odyssey"; serviceConfig.Restart = "always"; @@ -40,7 +40,7 @@ in { wantedBy = [ "multi-user.target" ]; description = "Telegram bot for reversing things"; environment.TELEGRAM_REVERSE_TOKEN = - lib.strings.fileContents ; + lib.strings.fileContents ; enable = true; script = "${telebots.reverse}/bin/telegram-reverse"; serviceConfig.Restart = "always"; @@ -51,7 +51,7 @@ in { description = "Telegram bot for converting Ancient Greek betacode into unicode"; environment.TELEGRAM_BETACODE_TOKEN = - lib.strings.fileContents ; + lib.strings.fileContents ; enable = true; script = "${telebots.betacode}/bin/telegram-betacode"; serviceConfig.Restart = "always"; diff --git a/systems/catullus/telegram-bots/literature-quote.nix b/systems/catullus/telegram-bots/literature-quote.nix index b924e9f..04f919d 100644 --- a/systems/catullus/telegram-bots/literature-quote.nix +++ b/systems/catullus/telegram-bots/literature-quote.nix @@ -6,7 +6,7 @@ in { niveum.telegramBots.quotebot = { enable = true; time = "08/6:00"; - token = lib.strings.fileContents ; + token = lib.strings.fileContents ; chatIds = [ "18980945" "757821027" "455964311" ]; command = "${literature-quote}/bin/literature-quote"; parseMode = "Markdown"; diff --git a/systems/catullus/telegram-bots/nachtischsatan.nix b/systems/catullus/telegram-bots/nachtischsatan.nix index 228ad43..6651556 100644 --- a/systems/catullus/telegram-bots/nachtischsatan.nix +++ b/systems/catullus/telegram-bots/nachtischsatan.nix @@ -31,7 +31,7 @@ in { description = "*flubberflubber*"; enable = true; script = toString (nachtischsatan-bot { - token = lib.strings.fileContents ; + token = lib.strings.fileContents ; }); serviceConfig.Restart = "always"; }; diff --git a/systems/catullus/telegram-bots/proverb.nix b/systems/catullus/telegram-bots/proverb.nix index 36901e8..d562c53 100644 --- a/systems/catullus/telegram-bots/proverb.nix +++ b/systems/catullus/telegram-bots/proverb.nix @@ -12,7 +12,7 @@ in { wantedBy = [ "multi-user.target" ]; description = "Telegram bot for generating inspiring but useless proverbs"; environment.TELEGRAM_PROVERB_TOKEN = - lib.strings.fileContents ; + lib.strings.fileContents ; enable = true; script = "${telegram-proverb}/bin/proverb_bot.py"; serviceConfig.Restart = "always";