about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--modules/core/tests.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/core/tests.nix b/modules/core/tests.nix
index ae26ab0b..a1b947e0 100644
--- a/modules/core/tests.nix
+++ b/modules/core/tests.nix
@@ -149,6 +149,9 @@ let
     { check = elem "ext3" config.boot.supportedFilesystems;
       path  = ["nixos" "installer" "simple"];
     }
+    { check = config.boot.loader.systemd-boot.enable;
+      path  = ["nixos" "installer" "simpleUefiGummiboot"];
+    }
     { check = config.boot.loader.grub.fsIdentifier == "label";
       path  = ["nixos" "installer" "simpleLabels"];
     }
@@ -354,6 +357,10 @@ let
         ["nixos" "virtualbox" "systemd-detect-virt"]
       ];
     }
+    { check = config.virtualisation.virtualbox.host.enable
+           && config.virtualisation.virtualbox.headless;
+      path  = ["nixos" "virtualbox" "headless"];
+    }
     { check = config.services.xserver.desktopManager.xfce.enable;
       path  = ["nixos" "xfce"];
     }