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" ];