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.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos-tests/postgres-smoke-test.nix b/nixos-tests/postgres-smoke-test.nix
index 51d53c7..59096d3 100644
--- a/nixos-tests/postgres-smoke-test.nix
+++ b/nixos-tests/postgres-smoke-test.nix
@@ -1,10 +1,9 @@
-kittybox:
 { lib, ... }: {
   name = "nixos-kittybox";
 
   nodes = {
     kittybox = { config, pkgs, lib, ... }: {
-      imports = [ kittybox.nixosModules.default ];
+      imports = [ ../configuration.nix ];
 
       services.postgresql = {
         enable = true;