Skip to content

Commit

Permalink
move to social.krebsco.de mastodon
Browse files Browse the repository at this point in the history
  • Loading branch information
kmein committed Nov 13, 2024
1 parent af6553a commit 6e53b32
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
9 changes: 0 additions & 9 deletions configs/bots/autorenkalender.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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";
Expand Down
1 change: 0 additions & 1 deletion configs/bots/logotheca.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
};

age.secrets = {
mastodon-token-logotheca.file = ../../secrets/mastodon-token-logotheca.age;
matrix-token-lakai.file = ../../secrets/matrix-token-lakai.age;
};

Expand Down
2 changes: 1 addition & 1 deletion modules/telegram-bot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ in {
tokenFile = mkOption {type = types.path;};
homeserver = mkOption {
type = types.str;
default = "botsin.space";
default = "social.krebsco.de";
};
};
};
Expand Down

0 comments on commit 6e53b32

Please sign in to comment.