add grub bootloader device

This commit is contained in:
Dennis Wuitz
2023-12-26 04:07:18 +01:00
parent 671fbfce41
commit 5bb39a58c7
3 changed files with 5 additions and 16 deletions

View File

@ -3,7 +3,10 @@
time.timeZone = "America/New_York";
console.keyMap = "us";
networking.hostId = "dc2f9781";
boot.zfs.extraPools = [ "ZFS-primary" ];
boot = {
zfs.extraPools = [ "ZFS-primary" ];
loader.grub.device = "/dev/sda";
};
virtualisation = {
docker = {