hosts: nixos: porthos: boot: remove 'grub.version'
ci/woodpecker/push/check Pipeline failed Details

This commit is contained in:
Bruno BELANYI 2023-05-28 14:49:10 +02:00
parent 908c2e39b3
commit 7c4e0e31bc
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@
# Use the GRUB 2 boot loader.
loader.grub = {
enable = true;
version = 2;
# Define on which hard drive you want to install Grub.
device = "/dev/sda";
};