From 11f1f5c60e7f2bc3c91270ee6f2287378924bdb8 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 5 Dec 2024 00:16:04 +0100 Subject: [PATCH] add the jellyfinmediaplayer group, maybe this will help? --- nixos/hosts/wheatley/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nixos/hosts/wheatley/configuration.nix b/nixos/hosts/wheatley/configuration.nix index fd7e7ef..af7929b 100644 --- a/nixos/hosts/wheatley/configuration.nix +++ b/nixos/hosts/wheatley/configuration.nix @@ -87,12 +87,14 @@ in { nextcloud -fstype=davfs,conf=${davfsconf},uid=1003,gid=100 :https\:nextcloud.gladtherescake.eu/remote.php/webdav/ ''; in '' - /home/jellyfinmediaplayer/webdav file:${mapConf} + /home/jellyfinmediaplayer/ file:${mapConf} ''; }; #uses port 8096 services.jellyfin.enable = true; + users.groups.jellyfinmediaplayer = {}; + users.users.jellyfinmediaplayer.group = "jellyfinmediaplayer"; users.users.jellyfin.extraGroups = ["jellyfinmediaplayer"]; # Add stremio kiosk on wayland :)