about summary refs log tree commit diff
path: root/nixos-tests/postgres-smoke-test.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos-tests/postgres-smoke-test.nix')
-rw-r--r--nixos-tests/postgres-smoke-test.nix2
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, ... }: {