diff --git a/configs/bots/autorenkalender.nix b/configs/bots/autorenkalender.nix index 63ceff4..c4a16f0 100644 --- a/configs/bots/autorenkalender.nix +++ b/configs/bots/autorenkalender.nix @@ -16,11 +16,6 @@ in { niveum.bots.autorenkalender = { enable = true; time = "07:00"; - mastodon = { - enable = false; - language = "de"; - tokenFile = config.age.secrets.mastodon-token-autorenkalender.path; - }; telegram = { enable = true; tokenFile = config.age.secrets.telegram-token-kmein.path; @@ -30,10 +25,6 @@ in { command = "${autorenkalender}/bin/autorenkalender"; }; - age.secrets = { - mastodon-token-autorenkalender.file = ../../secrets/mastodon-token-autorenkalender.age; - }; - niveum.passport.services = [ { title = "Autorenkalender"; diff --git a/configs/bots/logotheca.nix b/configs/bots/logotheca.nix index 6a07791..4dea845 100644 --- a/configs/bots/logotheca.nix +++ b/configs/bots/logotheca.nix @@ -26,7 +26,6 @@ }; age.secrets = { - mastodon-token-logotheca.file = ../../secrets/mastodon-token-logotheca.age; matrix-token-lakai.file = ../../secrets/matrix-token-lakai.age; }; diff --git a/modules/telegram-bot.nix b/modules/telegram-bot.nix index 96a8026..ad8af60 100644 --- a/modules/telegram-bot.nix +++ b/modules/telegram-bot.nix @@ -96,7 +96,7 @@ in { tokenFile = mkOption {type = types.path;}; homeserver = mkOption { type = types.str; - default = "botsin.space"; + default = "social.krebsco.de"; }; }; };