From e6b59544c6519c56a91ca0596d4cfef44a6634c7 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Thu, 3 Aug 2017 21:57:01 +0200 Subject: [PATCH] Add boot configuration --- systems/laptop.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/systems/laptop.nix b/systems/laptop.nix index 2bb8cf1..372bfe1 100644 --- a/systems/laptop.nix +++ b/systems/laptop.nix @@ -41,6 +41,12 @@ in { boot = { kernelModules = [ "tun" "virtio" "nbd" ]; + + loader.grub = { + enable = true; + version = 2; + device = "/dev/sda"; + }; }; environment = {