server9: fix grub device for real

This commit is contained in:
Sandro - 2024-01-11 18:37:55 +01:00
parent 47e7e93f15
commit ebc6848762
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }: { config, pkgs, ... }:
{ {
imports = [ imports = [
@ -14,7 +14,7 @@
boot = { boot = {
loader.grub = { loader.grub = {
enable = true; enable = true;
device = "/dev/sdc"; device = "/dev/disk/by-id/wwn-0x600300570140a0c027cece63a99e8a65";
}; };
kernelParams = [ kernelParams = [
"preempt=none" "preempt=none"