nixos/tests/postgresql: fix deprecation warning
This commit is contained in:
parent
43dbeae02d
commit
608cb37533
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ let
|
|||
maintainers = [ zagy ];
|
||||
};
|
||||
|
||||
machine = {...}:
|
||||
nodes.machine = {...}:
|
||||
{
|
||||
services.postgresql = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue