make mount user group, maybe that'll make it not root?
This commit is contained in:
parent
34fd796e7e
commit
0962774501
|
@ -84,7 +84,7 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
autoMaster = let
|
autoMaster = let
|
||||||
mapConf = pkgs.writeText "auto" ''
|
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 ''
|
in ''
|
||||||
/home/jellyfinmediaplayer/webdav file:${mapConf}
|
/home/jellyfinmediaplayer/webdav file:${mapConf}
|
||||||
|
|
Loading…
Reference in a new issue