boot: removed deprecated grub.version

progresses #21
This commit is contained in:
Serĉanto de Scio 2023-06-05 09:48:53 +10:00
parent 70f9e6f1bd
commit 1c34c829f0
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA
4 changed files with 0 additions and 4 deletions

View file

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

View file

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

View file

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

View file

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