mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
serverle: enable jellyfin
This commit is contained in:
parent
edf356f6b3
commit
9514033f26
1 changed files with 4 additions and 0 deletions
|
@ -9,5 +9,9 @@ in
|
||||||
ssh-server = {
|
ssh-server = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
jellyfin = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue