Fix immich

This commit is contained in:
soraefir
2026-05-14 23:34:32 +02:00
parent d9a59e9593
commit 51bd495981
3 changed files with 5 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ in {
};
script = ''
${pkgs.coreutils}/bin/sleep 2
${pkgs.coreutils}/bin/sleep 20
PSQL="${pkgs.postgresql}/bin/psql"
${lib.concatMapStringsSep "\n" (name: ''
$PSQL -tAc "ALTER DATABASE ${name}_db OWNER TO ${name}_user;"