summaryrefslogtreecommitdiffstats
path: root/jeschli
diff options
context:
space:
mode:
authorjeschli <jeschli@gmail.com>2018-03-20 16:06:34 +0100
committerjeschli <jeschli@gmail.com>2018-03-20 16:06:34 +0100
commit36aaeb793bd19fdc0662d29f242c07abf54a849c (patch)
tree762c8ce21e8962815994dda5a8d1fc12b05dd5a0 /jeschli
parent01358d3947b46c2d9cceb7f6c53855cb536d6efe (diff)
bln: fix config again
Diffstat (limited to 'jeschli')
-rw-r--r--jeschli/1systems/bln/config.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/jeschli/1systems/bln/config.nix b/jeschli/1systems/bln/config.nix
index 6142933f..407e913c 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";