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 :)