run jellyfin as nextcloud for file sharing
This commit is contained in:
parent
186b968bf7
commit
8777bca952
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,4 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
users.users.jellyfin.extraGroups = ["nextcloud" "aria2"];
|
|
||||||
|
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"video.gladtherescake.eu" = {
|
"video.gladtherescake.eu" = {
|
||||||
|
|
@ -16,5 +14,7 @@
|
||||||
|
|
||||||
services.jellyfin = {
|
services.jellyfin = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
user = "nextcloud";
|
||||||
|
group = "nextcloud";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue