1
0
mirror of https://github.com/kmein/niveum synced 2026-03-20 12:01:06 +01:00

move to social.krebsco.de mastodon

This commit is contained in:
2024-11-13 14:03:56 +01:00
parent af6553abf6
commit 6e53b32f5d
3 changed files with 1 additions and 11 deletions

View File

@@ -16,11 +16,6 @@ in {
niveum.bots.autorenkalender = { niveum.bots.autorenkalender = {
enable = true; enable = true;
time = "07:00"; time = "07:00";
mastodon = {
enable = false;
language = "de";
tokenFile = config.age.secrets.mastodon-token-autorenkalender.path;
};
telegram = { telegram = {
enable = true; enable = true;
tokenFile = config.age.secrets.telegram-token-kmein.path; tokenFile = config.age.secrets.telegram-token-kmein.path;
@@ -30,10 +25,6 @@ in {
command = "${autorenkalender}/bin/autorenkalender"; command = "${autorenkalender}/bin/autorenkalender";
}; };
age.secrets = {
mastodon-token-autorenkalender.file = ../../secrets/mastodon-token-autorenkalender.age;
};
niveum.passport.services = [ niveum.passport.services = [
{ {
title = "Autorenkalender"; title = "Autorenkalender";

View File

@@ -26,7 +26,6 @@
}; };
age.secrets = { age.secrets = {
mastodon-token-logotheca.file = ../../secrets/mastodon-token-logotheca.age;
matrix-token-lakai.file = ../../secrets/matrix-token-lakai.age; matrix-token-lakai.file = ../../secrets/matrix-token-lakai.age;
}; };

View File

@@ -96,7 +96,7 @@ in {
tokenFile = mkOption {type = types.path;}; tokenFile = mkOption {type = types.path;};
homeserver = mkOption { homeserver = mkOption {
type = types.str; type = types.str;
default = "botsin.space"; default = "social.krebsco.de";
}; };
}; };
}; };