NiksOS/system/server/default.nix
2025-04-02 08:21:55 +02:00

4 lines
193 B
Nix

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