ookflix: initial ookflix commit
This commit is contained in:
parent
9459f9e1f6
commit
2d437acfbb
12 changed files with 482 additions and 6 deletions
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue