main
kalle 2024-11-17 21:27:17 +01:00
parent 821893b0f5
commit ba8fcdd556
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
# Use the boot drive for grub
boot.loader.grub.enable = lib.mkDefault true;
boot.loader.grub.devices = [ "nodev" ];
boot.loader.grub.devices = [ "/dev/sda" ];
boot.growPartition = lib.mkDefault true;