File tree Expand file tree Collapse file tree 3 files changed +1
-11
lines changed Expand file tree Collapse file tree 3 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 16
16
niveum . bots . autorenkalender = {
17
17
enable = true ;
18
18
time = "07:00" ;
19
- mastodon = {
20
- enable = false ;
21
- language = "de" ;
22
- tokenFile = config . age . secrets . mastodon-token-autorenkalender . path ;
23
- } ;
24
19
telegram = {
25
20
enable = true ;
26
21
tokenFile = config . age . secrets . telegram-token-kmein . path ;
30
25
command = "${ autorenkalender } /bin/autorenkalender" ;
31
26
} ;
32
27
33
- age . secrets = {
34
- mastodon-token-autorenkalender . file = ../../secrets/mastodon-token-autorenkalender.age ;
35
- } ;
36
-
37
28
niveum . passport . services = [
38
29
{
39
30
title = "Autorenkalender" ;
Original file line number Diff line number Diff line change 26
26
} ;
27
27
28
28
age . secrets = {
29
- mastodon-token-logotheca . file = ../../secrets/mastodon-token-logotheca.age ;
30
29
matrix-token-lakai . file = ../../secrets/matrix-token-lakai.age ;
31
30
} ;
32
31
Original file line number Diff line number Diff line change 96
96
tokenFile = mkOption { type = types . path ; } ;
97
97
homeserver = mkOption {
98
98
type = types . str ;
99
- default = "botsin.space " ;
99
+ default = "social.krebsco.de " ;
100
100
} ;
101
101
} ;
102
102
} ;
You can’t perform that action at this time.
0 commit comments