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;
|
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
|
||||||
@@ -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;
|
||||||
@@ -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 = {
|
||||||
@@ -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;
|
||||||
@@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user