Working on dc bot for server

This commit is contained in:
Jurn Wubben 2025-04-02 08:21:55 +02:00
parent ffdbf2fc95
commit 215a8d138a
4 changed files with 59 additions and 1 deletions

View file

@ -1,4 +1,4 @@
{lib, ...}: {
imports = [./caddy.nix ./transfer-sh.nix ./seafile.nix];
imports = [./caddy.nix ./transfer-sh.nix ./seafile.nix ./bot.nix];
options.niksos.server = lib.mkEnableOption "server servcies (such as caddy)."; #TODO: per service option.
}