diff options
author | Jean-Baptiste Giraudeau | 2024-09-09 15:20:59 +0200 |
---|---|---|
committer | Jean-Baptiste Giraudeau | 2024-09-10 13:13:28 +0200 |
commit | 432bfec0264157e5485768897a70b5193c2015a7 (patch) | |
tree | a690a6401c0591a1ff91e9d593186e151da70cd0 /nixos/tests | |
parent | 58ec2867859613da33cf08e674f70224335c42eb (diff) |
nixos/gancio: use unix socket between nginx and gancio
Diffstat (limited to 'nixos/tests')
-rw-r--r-- | nixos/tests/gancio.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/gancio.nix b/nixos/tests/gancio.nix index 1dc5fd8b5606..8f4696d6f6cc 100644 --- a/nixos/tests/gancio.nix +++ b/nixos/tests/gancio.nix @@ -71,7 +71,7 @@ import ./make-test-python.nix ( server.wait_for_unit("postgresql") server.wait_for_unit("gancio") server.wait_for_unit("nginx") - server.wait_for_open_port(13120) + server.wait_for_file("/run/gancio/socket") server.wait_for_open_port(80) # Check can create user via cli |