make mount user group, maybe that'll make it not root?

This commit is contained in:
Lillian Violet 2024-12-05 00:03:14 +01:00
parent 34fd796e7e
commit 0962774501

View file

@ -84,7 +84,7 @@ in {
enable = true;
autoMaster = let
mapConf = pkgs.writeText "auto" ''
nextcloud -fstype=davfs,conf=${davfsconf},uid=1003 :https\:nextcloud.gladtherescake.eu/remote.php/webdav/
nextcloud -fstype=davfs,conf=${davfsconf},uid=1003,gid=100 :https\:nextcloud.gladtherescake.eu/remote.php/webdav/
'';
in ''
/home/jellyfinmediaplayer/webdav file:${mapConf}