1
0

hosts: remove deprecated grub version option

This commit is contained in:
2024-03-19 19:37:43 +01:00
parent 693ca7e925
commit 62dd3b7471
22 changed files with 0 additions and 22 deletions

View File

@@ -8,7 +8,6 @@
];
boot.loader.grub.enable = true;
boot.loader.grub.version = 2;
boot.loader.grub.device = "/dev/sda";
networking.hostName = "gatekeeper";