From 11ec2dddae3117eae81ed6dbc8708e73fef7b34b Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Fri, 6 Dec 2024 17:44:58 +0100 Subject: [PATCH] nextcloud.gladtherescake.eu not just gladtherescake.eu... --- nixos/hosts/wheatley/configuration.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/nixos/hosts/wheatley/configuration.nix b/nixos/hosts/wheatley/configuration.nix index 5380321..67457ec 100644 --- a/nixos/hosts/wheatley/configuration.nix +++ b/nixos/hosts/wheatley/configuration.nix @@ -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";