1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

rename bot structure

This commit is contained in:
2024-10-08 18:51:43 +02:00
parent e26b8408f6
commit a28fca11a7
10 changed files with 4 additions and 6 deletions

View File

@@ -11,8 +11,8 @@
inherit (import ../../lib) tmpfilesConfig; inherit (import ../../lib) tmpfilesConfig;
in { in {
imports = [ imports = [
./literature-quote.nix ./logotheca.nix
./astrology.nix ./transits.nix
./autorenkalender.nix ./autorenkalender.nix
./hesychius.nix ./hesychius.nix
./smyth.nix ./smyth.nix

View File

@@ -11,7 +11,6 @@ in {
enable = true; enable = true;
time = "08:00"; time = "08:00";
mastodon = { mastodon = {
tokenFile = config.age.secrets.mastodon-token-smyth.path;
enable = true; enable = true;
language = "el"; language = "el";
tokenFile = config.age.secrets.mastodon-token-hesychius.path; tokenFile = config.age.secrets.mastodon-token-hesychius.path;

View File

@@ -5,7 +5,7 @@
niveumPackages, niveumPackages,
... ...
}: { }: {
niveum.bots.quotebot = { niveum.bots.logotheca = {
enable = true; enable = true;
time = "08/6:00"; time = "08/6:00";
telegram = { telegram = {

View File

@@ -11,7 +11,6 @@
enable = true; enable = true;
tokenFile = config.age.secrets.mastodon-token-smyth.path; tokenFile = config.age.secrets.mastodon-token-smyth.path;
language = "en"; language = "en";
tokenFile = config.age.secrets.mastodon-token-smyth.path;
}; };
telegram = { telegram = {
enable = true; enable = true;

View File

@@ -29,7 +29,7 @@ in {
../../configs/retiolum.nix ../../configs/retiolum.nix
../../configs/spacetime.nix ../../configs/spacetime.nix
../../configs/sshd.nix ../../configs/sshd.nix
../../configs/telegram-bots ../../configs/bots
../../configs/admin-essentials.nix ../../configs/admin-essentials.nix
]; ];