mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
rename bot structure
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
inherit (import ../../lib) tmpfilesConfig;
|
||||
in {
|
||||
imports = [
|
||||
./literature-quote.nix
|
||||
./astrology.nix
|
||||
./logotheca.nix
|
||||
./transits.nix
|
||||
./autorenkalender.nix
|
||||
./hesychius.nix
|
||||
./smyth.nix
|
||||
@@ -11,7 +11,6 @@ in {
|
||||
enable = true;
|
||||
time = "08:00";
|
||||
mastodon = {
|
||||
tokenFile = config.age.secrets.mastodon-token-smyth.path;
|
||||
enable = true;
|
||||
language = "el";
|
||||
tokenFile = config.age.secrets.mastodon-token-hesychius.path;
|
||||
@@ -5,7 +5,7 @@
|
||||
niveumPackages,
|
||||
...
|
||||
}: {
|
||||
niveum.bots.quotebot = {
|
||||
niveum.bots.logotheca = {
|
||||
enable = true;
|
||||
time = "08/6:00";
|
||||
telegram = {
|
||||
@@ -11,7 +11,6 @@
|
||||
enable = true;
|
||||
tokenFile = config.age.secrets.mastodon-token-smyth.path;
|
||||
language = "en";
|
||||
tokenFile = config.age.secrets.mastodon-token-smyth.path;
|
||||
};
|
||||
telegram = {
|
||||
enable = true;
|
||||
Reference in New Issue
Block a user