Skip to content

Commit 6e53b32

Browse files
committed
move to social.krebsco.de mastodon
1 parent af6553a commit 6e53b32

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

configs/bots/autorenkalender.nix

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ in {
1616
niveum.bots.autorenkalender = {
1717
enable = true;
1818
time = "07:00";
19-
mastodon = {
20-
enable = false;
21-
language = "de";
22-
tokenFile = config.age.secrets.mastodon-token-autorenkalender.path;
23-
};
2419
telegram = {
2520
enable = true;
2621
tokenFile = config.age.secrets.telegram-token-kmein.path;
@@ -30,10 +25,6 @@ in {
3025
command = "${autorenkalender}/bin/autorenkalender";
3126
};
3227

33-
age.secrets = {
34-
mastodon-token-autorenkalender.file = ../../secrets/mastodon-token-autorenkalender.age;
35-
};
36-
3728
niveum.passport.services = [
3829
{
3930
title = "Autorenkalender";

configs/bots/logotheca.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
};
2727

2828
age.secrets = {
29-
mastodon-token-logotheca.file = ../../secrets/mastodon-token-logotheca.age;
3029
matrix-token-lakai.file = ../../secrets/matrix-token-lakai.age;
3130
};
3231

modules/telegram-bot.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ in {
9696
tokenFile = mkOption {type = types.path;};
9797
homeserver = mkOption {
9898
type = types.str;
99-
default = "botsin.space";
99+
default = "social.krebsco.de";
100100
};
101101
};
102102
};

0 commit comments

Comments
 (0)