From c124fc819a5a4f46753edf25e529dcc7fcb98c63 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 5 Dec 2024 00:25:19 +0100 Subject: [PATCH] fix the nextcloud webdav url --- nixos/hosts/wheatley/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/wheatley/configuration.nix b/nixos/hosts/wheatley/configuration.nix index af7929b..66e9200 100644 --- a/nixos/hosts/wheatley/configuration.nix +++ b/nixos/hosts/wheatley/configuration.nix @@ -84,7 +84,7 @@ in { enable = true; autoMaster = let 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 '' /home/jellyfinmediaplayer/ file:${mapConf}