about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2023-05-20 20:33:07 +0100
committerdevhell <devhell@mailfresser.de>2023-05-20 20:36:17 +0100
commit989ec0fc8365ae3f8b1d6cc864cc9558c6af2361 (patch)
treedbe67809c4440d03c3fb75096d567553d3407dbc /modules
parent98555314476075516a21eebec4961b0526db9bd8 (diff)
tests: remove config.boot.loader.grub.version
`grub.version` was removed in [1], together with `grub1` in [2].

[1]: https://github.com/NixOS/nixpkgs/commit/30bea8d82d9e9ffa3093106af4527cbfc0663150
[2]: https://github.com/NixOS/nixpkgs/commit/6db74508276ae2c3c48cfea0a7022d01ca273264
Diffstat (limited to 'modules')
-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"]