commit ec33acb2e6d108b709d8d4b5923e45df78932b2e (tree) parent daa5448b504bc3c3c39d0f24b5838cc400828d91 Author: Motiejus Jakštys <motiejus@jakstys.lt> Date: Sun, 29 Sep 2024 23:41:17 +0300 immich: bind-as-group Diffstat:
| M | modules/services/immich/default.nix | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/services/immich/default.nix b/modules/services/immich/default.nix @@ -22,7 +22,7 @@ let ${lib.concatMapStringsSep "\n" (name: '' mkdir /data/${name} - bindfs -u ${immich-user} /var/run/immich/bind-paths/${name} /data/${name}'') + bindfs -u ${immich-user} -g ${immich-group} /var/run/immich/bind-paths/${name} /data/${name}'') (lib.attrNames cfg.bindPaths) } exec setpriv \