NiksOS/system/server/default.nix
Jurn Wubben 6abd43ffbb Updated graphics to support intel and nvidia (laptop gpu without prime)
Added immich

Updated cfile and smaller changes

Updated transfer-sh password
2025-04-17 17:59:44 +00:00

4 lines
206 B
Nix

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