add boot loader path
Check NixOS configurations / eval-hosts (push) Failing after 15m4s

This commit is contained in:
2026-07-15 11:05:12 +10:00
parent a29efce29e
commit 56a2f3ff51
@@ -12,6 +12,7 @@
boot.initrd.kernelModules = [ ]; boot.initrd.kernelModules = [ ];
boot.kernelModules = [ ]; boot.kernelModules = [ ];
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
boot.loader.grub.device = "/dev/sda";
# fileSystems."/" = # fileSystems."/" =
# { device = "/dev/sda"; # { device = "/dev/sda";