diff options
Diffstat (limited to '')
-rw-r--r-- | system/boot/default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/system/boot/default.nix b/system/boot/default.nix index 34fd8983..e762c0e6 100644 --- a/system/boot/default.nix +++ b/system/boot/default.nix @@ -1,5 +1,4 @@ { - config, pkgs, ... }: { @@ -14,7 +13,6 @@ loader = { grub = { enable = true; - version = 2; # theme = pkgs.nixos-grub2-theme; splashImage = ./boot_pictures/gnu.png; efiSupport = true; |