hosts: poseidon: remove deprecated grub version

This commit is contained in:
Antoine Martin 2023-06-05 13:16:18 +02:00
parent 5a87733a95
commit c2cf932f59

View file

@ -19,7 +19,6 @@ in {
# Use the GRUB 2 boot loader. # Use the GRUB 2 boot loader.
boot.loader.grub.enable = true; boot.loader.grub.enable = true;
boot.loader.grub.version = 2;
boot.loader.grub.device = "/dev/sda"; # or "nodev" for efi only boot.loader.grub.device = "/dev/sda"; # or "nodev" for efi only
boot.supportedFilesystems = ["btrfs"]; boot.supportedFilesystems = ["btrfs"];