nixosTests.miniflux: fix test
This broke in 41c5662cbec9930b337a895c7cb010948d9766a9, where $PSQL was removed and added to PATH instead.
This commit is contained in:
parent
20d93e55cf
commit
1510ee5a2a
@ -81,7 +81,7 @@ in
|
||||
'';
|
||||
};
|
||||
systemd.services.postgresql-setup.postStart = lib.mkAfter ''
|
||||
$PSQL -tAd miniflux -c 'CREATE EXTENSION hstore;'
|
||||
psql -tAd miniflux -c 'CREATE EXTENSION hstore;'
|
||||
'';
|
||||
networking.firewall.allowedTCPPorts = [ config.services.postgresql.settings.port ];
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user