mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
move to social.krebsco.de mastodon
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
};
|
||||
|
||||
age.secrets = {
|
||||
mastodon-token-logotheca.file = ../../secrets/mastodon-token-logotheca.age;
|
||||
matrix-token-lakai.file = ../../secrets/matrix-token-lakai.age;
|
||||
};
|
||||
|
||||
|
||||
@@ -96,7 +96,7 @@ in {
|
||||
tokenFile = mkOption {type = types.path;};
|
||||
homeserver = mkOption {
|
||||
type = types.str;
|
||||
default = "botsin.space";
|
||||
default = "social.krebsco.de";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user