clean: drop obsolete boot.loader.grub.version

This commit is contained in:
Malte Tammena 2023-07-02 10:04:19 +02:00
parent 58fec56f15
commit 378cf60dd2
2 changed files with 0 additions and 2 deletions

View file

@ -11,7 +11,6 @@
config = { config = {
boot.loader.grub.enable = true; boot.loader.grub.enable = true;
boot.loader.grub.version = 2;
boot.loader.grub.device = "/dev/sda"; boot.loader.grub.device = "/dev/sda";
networking.hostId = "94d2a920"; networking.hostId = "94d2a920";

View file

@ -5,7 +5,6 @@
]; ];
config = { config = {
boot.loader.grub.enable = true; boot.loader.grub.enable = true;
boot.loader.grub.version = 2;
boot.loader.grub.device = "/dev/sda"; boot.loader.grub.device = "/dev/sda";
networking.hostId = "94d74a20"; networking.hostId = "94d74a20";