diff options
author | jeschli <jeschli@gmail.com> | 2018-03-20 16:06:34 +0100 |
---|---|---|
committer | jeschli <jeschli@gmail.com> | 2018-03-20 16:06:34 +0100 |
commit | f78573b3df72db843cd509153fb016073e4ef254 (patch) | |
tree | d8188f7ebbea67f825c58201503be0b56b98b0dd /jeschli/1systems/bln/config.nix | |
parent | 1a24eda531554bc14db80101b82001eae390219a (diff) |
bln: fix config again
Diffstat (limited to 'jeschli/1systems/bln/config.nix')
-rw-r--r-- | jeschli/1systems/bln/config.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jeschli/1systems/bln/config.nix b/jeschli/1systems/bln/config.nix index 6142933..407e913 100644 --- a/jeschli/1systems/bln/config.nix +++ b/jeschli/1systems/bln/config.nix @@ -19,8 +19,8 @@ jeschliFontSize = 20; # Use the GRUB 2 boot loader. - boot.loader.grub.enable = true; - boot.loader.grub.version = 2; +# boot.loader.grub.enable = true; +# boot.loader.grub.version = 2; # boot.loader.grub.efiSupport = true; # boot.loader.grub.efiInstallAsRemovable = true; # boot.loader.efi.efiSysMountPoint = "/boot/efi"; |