nixos/tests/postgresql: fix deprecation warning

This commit is contained in:
Maximilian Bosch 2023-03-20 13:25:13 +01:00
parent 43dbeae02d
commit 608cb37533
No known key found for this signature in database
GPG Key ID: 9A6EEA275CA5BE0A

View File

@ -137,7 +137,7 @@ let
maintainers = [ zagy ];
};
machine = {...}:
nodes.machine = {...}:
{
services.postgresql = {
enable = true;