fix the nextcloud webdav url
This commit is contained in:
parent
11f1f5c60e
commit
c124fc819a
|
@ -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,gid=100 :https\:nextcloud.gladtherescake.eu/remote.php/webdav/
|
nextcloud -fstype=davfs,conf=${davfsconf},uid=jellyfinmediaplayer,gid=jellyfinmediaplayer :https\:nextcloud.gladtherescake.eu/remote.php/dav/files/GLaDTheresCake
|
||||||
'';
|
'';
|
||||||
in ''
|
in ''
|
||||||
/home/jellyfinmediaplayer/ file:${mapConf}
|
/home/jellyfinmediaplayer/ file:${mapConf}
|
||||||
|
|
Loading…
Reference in a new issue