fix the nextcloud webdav url

This commit is contained in:
Lillian Violet 2024-12-05 00:25:19 +01:00
parent 11f1f5c60e
commit c124fc819a

View file

@ -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}