server: initial media server config

This commit is contained in:
ooks-io 2024-11-23 14:58:05 +11:00
parent 05274f898b
commit 7590d9af07
13 changed files with 546 additions and 2 deletions

View file

@ -14,7 +14,7 @@ in {
description = "The server profile the host will use as a base";
};
services = mkOption {
type = listOf (enum ["website" "forgejo"]);
type = listOf (enum ["media-server" "website" "forgejo"]);
default = [];
description = "List of services the server will host";
};