about summary refs log tree commit diff
path: root/modules/core/tests.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/tests.nix')
-rw-r--r--modules/core/tests.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/core/tests.nix b/modules/core/tests.nix
index 5099a417..f326db5c 100644
--- a/modules/core/tests.nix
+++ b/modules/core/tests.nix
@@ -310,9 +310,6 @@ let
            || lib.any (s: s.encrypted.enable) config.swapDevices;
       path  = ["nixos" "installer" "encryptedFSWithKeyfile"];
     }
-    { check = config.boot.loader.grub.version == 1;
-      path  = ["nixos" "installer" "grub1"];
-    }
     { check = config.boot.initrd.luks.devices != {};
       paths = [
         ["nixos" "installer" "luksroot-format1"]