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
1 changed files with 2 additions and 2 deletions

View File

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