diff options
author | Sandro | 2023-03-29 13:29:30 +0200 |
---|---|---|
committer | GitHub | 2023-03-29 13:29:30 +0200 |
commit | c2ae278eb895dec96d6373f86e0852394e03c694 (patch) | |
tree | 7307322e300bb9b85013034b70dec48bd482fbf9 /nixos/tests/postgresql.nix | |
parent | dcd028c9e01b51caee8cda37b231c36b64af7d42 (diff) | |
parent | 9f2b4357c144f4fd9f95694b7624e159f8163c74 (diff) |
Merge pull request #221851 from Ma27/postgresql-jit-support
postgresql: implement opt-in JIT support
Diffstat (limited to 'nixos/tests/postgresql.nix')
-rw-r--r-- | nixos/tests/postgresql.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/postgresql.nix b/nixos/tests/postgresql.nix index 7e0a82c38828..b44849e0a14e 100644 --- a/nixos/tests/postgresql.nix +++ b/nixos/tests/postgresql.nix @@ -137,7 +137,7 @@ let maintainers = [ zagy ]; }; - machine = {...}: + nodes.machine = {...}: { services.postgresql = { enable = true; |