A fork of attic a self-hostable Nix Binary Cache server
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

integration-tests: Fix PostgreSQL ownership setup

Zhaofeng Li a77b7c27 6f1ece73

+2 -2
+2 -2
integration-tests/basic/default.nix
··· 61 61 ]; 62 62 }; 63 63 64 - systemd.services.postgresql.postStart = lib.mkAfter '' 65 - $PSQL -tAc 'ALTER DATABASE "attic" OWNER TO "atticd"' 64 + systemd.services.postgresql-setup.postStart = lib.mkAfter '' 65 + psql -tAc 'ALTER DATABASE "attic" OWNER TO "atticd"' 66 66 ''; 67 67 68 68 services.atticd.settings = {