about summary refs log tree commit diff
path: root/nixos-tests/webmention-test.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos-tests/webmention-test.nix')
-rw-r--r--nixos-tests/webmention-test.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos-tests/webmention-test.nix b/nixos-tests/webmention-test.nix
index 45e3ff7..314b3d4 100644
--- a/nixos-tests/webmention-test.nix
+++ b/nixos-tests/webmention-test.nix
@@ -1,4 +1,3 @@
-kittybox:
 { lib, ... }: let
   hosts = ''
     192.168.2.101 kittybox.test
@@ -9,7 +8,7 @@ in {
 
   nodes = {
     kittybox = { config, pkgs, lib, ... }: {
-      imports = [ kittybox.nixosModules.default ];
+      imports = [ ../configuration.nix ];
 
       services.postgresql = {
         enable = true;