about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/profiles/tests.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/profiles/tests.nix b/modules/profiles/tests.nix
index 94b8b88e..84c0f668 100644
--- a/modules/profiles/tests.nix
+++ b/modules/profiles/tests.nix
@@ -22,6 +22,9 @@ let
         ["nixos" "boot" "uefiUsb"]
       ];
     }
+    { check = true;
+      path  = ["nixos" "boot-stage1"];
+    }
     { check = config.services.cadvisor.enable;
       path  = ["nixos" "cadvisor"];
     }