From 7e59475cde6901f20b848f7d6c566f078fff5575 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 5 Dec 2024 23:55:23 +0100 Subject: [PATCH] seems jellyfinmediaplayer is group 990, maybe this will fix things? --- 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 319c4b0..bec8b3f 100644 --- a/nixos/hosts/wheatley/configuration.nix +++ b/nixos/hosts/wheatley/configuration.nix @@ -90,7 +90,7 @@ what = "https://gladtherescake.eu/remote.php/dav/files/GLaDTheresCake"; where = "/home/jellyfinmediaplayer/nextcloud"; - options = "uid=1003,gid=100,file_mode=0664,dir_mode=2775"; + options = "uid=1003,gid=990,file_mode=0664,dir_mode=2775"; type = "davfs"; } ];