From cdb1e8006244a49dde0dc50fa06fa0550f75cc7b Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Sun, 8 Dec 2024 22:53:08 +0100 Subject: [PATCH] set correct uid for kodi --- 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 99656e9..a07a395 100644 --- a/nixos/hosts/wheatley/configuration.nix +++ b/nixos/hosts/wheatley/configuration.nix @@ -94,7 +94,7 @@ what = "https://nextcloud.gladtherescake.eu/remote.php/dav/files/GLaDTheresCake"; where = "/home/kodi/nextcloud"; - options = "uid=1004,gid=100,file_mode=0664,dir_mode=2775"; + options = "uid=1002,gid=100,file_mode=0664,dir_mode=2775"; type = "davfs"; } ];