diff options
Diffstat (limited to 'nixos-tests/postgres-smoke-test.nix')
-rw-r--r-- | nixos-tests/postgres-smoke-test.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos-tests/postgres-smoke-test.nix b/nixos-tests/postgres-smoke-test.nix index f2526c3..a435283 100644 --- a/nixos-tests/postgres-smoke-test.nix +++ b/nixos-tests/postgres-smoke-test.nix @@ -1,6 +1,6 @@ kittybox: { lib, ... }: { - name = "nixos-kittybox"; + name = "nixos-kittybox-postgres"; nodes = { kittybox = { config, pkgs, lib, ... }: { |