From dd8b677a793e8b35e2b27ac2803881d8ff69260b Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Sun, 10 Dec 2023 05:27:58 +0100 Subject: [PATCH] =?UTF-8?q?buskerud:=20bootloader=20-=203.3TB,=20OS=20-=20?= =?UTF-8?q?256GB=20=F0=9F=91=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/buskerud/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/buskerud/configuration.nix b/hosts/buskerud/configuration.nix index 0c0ffb0..19ee29a 100644 --- a/hosts/buskerud/configuration.nix +++ b/hosts/buskerud/configuration.nix @@ -13,7 +13,7 @@ # boot.loader.systemd-boot.enable = true; # boot.loader.efi.canTouchEfiVariables = true; boot.loader.grub.enable = true; - boot.loader.grub.device = "/dev/sda"; + boot.loader.grub.device = "/dev/sdb"; networking.hostName = "buskerud"; networking.search = [ "pvv.ntnu.no" "pvv.org" ];