nextcloud.gladtherescake.eu not just gladtherescake.eu...

This commit is contained in:
Lillian Violet 2024-12-06 17:44:58 +01:00
parent 4967c8b802
commit 11ec2dddae

View file

@ -74,10 +74,9 @@
prowlarr.enable = true;
};
sops.secrets."webdav-secret" = {
sops.secrets."webdav/nextcloud" = {
mode = "0600";
owner = config.users.users.jellyfinmediaplayer.name;
path = "/home/jellyfinmediaplayer/.davfs2/secrets";
path = "/etc/davfs2/secrets";
};
services.davfs2.enable = true;
@ -88,7 +87,7 @@
after = ["network-online.target"];
wants = ["network-online.target"];
what = "https://gladtherescake.eu/remote.php/dav/files/GLaDTheresCake";
what = "https://nextcloud.gladtherescake.eu/remote.php/dav/files/GLaDTheresCake";
where = "/home/jellyfinmediaplayer/nextcloud";
options = "uid=1003,gid=100,file_mode=0664,dir_mode=2775";
type = "davfs";