moving server from old config to new one (finally)
This commit is contained in:
parent
5306a9a633
commit
634171e91d
3 changed files with 68 additions and 9 deletions
|
|
@ -6,9 +6,9 @@
|
|||
}:
|
||||
|
||||
{
|
||||
options.server = {
|
||||
options.server.media = {
|
||||
jellyfin = {
|
||||
enable = lib.mkEnableOption "enable jelyfin";
|
||||
enable = lib.mkEnableOption "enable jellyfin";
|
||||
port = lib.mkOption {
|
||||
default = 8096;
|
||||
description = "set jellyfin port";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue