ookflix: initial ookflix commit

This commit is contained in:
ooks-io 2024-12-01 18:35:22 +11:00
parent 9459f9e1f6
commit 2d437acfbb
12 changed files with 482 additions and 6 deletions

View file

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