From d564bc6b5076a3e35c248bb01f6ba13a0fd14997 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Wed, 19 Mar 2025 22:14:59 +0100 Subject: [PATCH] set davfs to kodi again, I don't think it'll work but who knows --- nixos/hosts/wheatley/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/hosts/wheatley/configuration.nix b/nixos/hosts/wheatley/configuration.nix index e11779c..62d0d7d 100644 --- a/nixos/hosts/wheatley/configuration.nix +++ b/nixos/hosts/wheatley/configuration.nix @@ -307,8 +307,8 @@ wants = ["network-online.target"]; 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"; + where = "/home/kodi/nextcloud"; + options = "uid=1002,gid=100,file_mode=0664,dir_mode=2775"; type = "davfs"; } ];