From 1c34c829f08894f63004f6f7ab0afd1bfaa5b2ef Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Mon, 5 Jun 2023 09:48:53 +1000 Subject: [PATCH] boot: removed deprecated grub.version progresses #21 --- hosts/dionach.nix | 1 - hosts/iolear-beag.nix | 1 - hosts/sithlainnir.nix | 1 - hosts/teintidh.nix | 1 - 4 files changed, 4 deletions(-) diff --git a/hosts/dionach.nix b/hosts/dionach.nix index c099911..2479f9c 100644 --- a/hosts/dionach.nix +++ b/hosts/dionach.nix @@ -42,7 +42,6 @@ # Use the GRUB 2 boot loader. boot.loader.grub.enable = true; - boot.loader.grub.version = 2; boot.loader.grub.device = "/dev/nvme0n1"; # or "nodev" for efi only boot.kernel.sysctl."net.ipv4.ip_forward" = "1"; boot.extraModprobeConfig = "options kvm_intel nested=1"; diff --git a/hosts/iolear-beag.nix b/hosts/iolear-beag.nix index 5c424ce..1cad059 100644 --- a/hosts/iolear-beag.nix +++ b/hosts/iolear-beag.nix @@ -12,7 +12,6 @@ # Use the GRUB 2 boot loader. boot.loader.grub.enable = true; - boot.loader.grub.version = 2; boot.loader.grub.device = "/dev/sda"; deployment.targetHost = "10.42.0.124"; diff --git a/hosts/sithlainnir.nix b/hosts/sithlainnir.nix index 5506add..a7b88bd 100644 --- a/hosts/sithlainnir.nix +++ b/hosts/sithlainnir.nix @@ -12,7 +12,6 @@ # Use the GRUB 2 boot loader. boot.loader.grub.enable = true; - boot.loader.grub.version = 2; boot.loader.grub.device = "/dev/sda"; deployment.targetHost = "10.42.0.114"; diff --git a/hosts/teintidh.nix b/hosts/teintidh.nix index ba45276..1486fbb 100644 --- a/hosts/teintidh.nix +++ b/hosts/teintidh.nix @@ -13,7 +13,6 @@ # Use the GRUB 2 boot loader. boot.loader.grub.enable = true; - boot.loader.grub.version = 2; boot.loader.grub.device = "/dev/sda"; deployment.targetHost = "10.42.0.127";