diff --git a/hosts/library/default.nix b/hosts/library/default.nix index b9e4371..7b15d98 100644 --- a/hosts/library/default.nix +++ b/hosts/library/default.nix @@ -150,6 +150,8 @@ with lib.my; "downloads:/downloads" ]; extraOptions = [ + "-e PUID=0" + "-e GUID=0" "--label=io.containers.autoupdate=registry" "--mount=type=bind,source=/mnt/library/movies,target=/movies" ]; @@ -164,6 +166,8 @@ with lib.my; "downloads:/downloads" ]; extraOptions = [ + "-e PUID=0" + "-e GUID=0" "--label=io.containers.autoupdate=registry" "--mount=type=bind,source=/mnt/library/tv,target=/tv" ];