add the jellyfinmediaplayer group, maybe this will help?

This commit is contained in:
Lillian Violet 2024-12-05 00:16:04 +01:00
parent 0962774501
commit 11f1f5c60e

View file

@ -87,12 +87,14 @@ in {
nextcloud -fstype=davfs,conf=${davfsconf},uid=1003,gid=100 :https\:nextcloud.gladtherescake.eu/remote.php/webdav/ nextcloud -fstype=davfs,conf=${davfsconf},uid=1003,gid=100 :https\:nextcloud.gladtherescake.eu/remote.php/webdav/
''; '';
in '' in ''
/home/jellyfinmediaplayer/webdav file:${mapConf} /home/jellyfinmediaplayer/ file:${mapConf}
''; '';
}; };
#uses port 8096 #uses port 8096
services.jellyfin.enable = true; services.jellyfin.enable = true;
users.groups.jellyfinmediaplayer = {};
users.users.jellyfinmediaplayer.group = "jellyfinmediaplayer";
users.users.jellyfin.extraGroups = ["jellyfinmediaplayer"]; users.users.jellyfin.extraGroups = ["jellyfinmediaplayer"];
# Add stremio kiosk on wayland :) # Add stremio kiosk on wayland :)