mirror of
https://github.com/kmein/niveum
synced 2026-03-29 16:51:07 +02:00
Compare commits
3 Commits
af6553abf6
...
a1a0a517a2
| Author | SHA1 | Date | |
|---|---|---|---|
| a1a0a517a2 | |||
| 265a697136 | |||
| 6e53b32f5d |
@@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
2
secrets
2
secrets
Submodule secrets updated: e74465f63c...08e9e16c2c
Reference in New Issue
Block a user