server9: grub -> /dev/sdc

This commit is contained in:
Markus Schmidl 2022-06-21 14:11:31 +02:00
parent b6060963f4
commit 6b4675838d
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
loader.grub = {
enable = true;
version = 2;
device = "/dev/sdb";
device = "/dev/sdc";
};
# kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;