fix: rinnosuke

This commit is contained in:
Kat Inskip 2025-12-03 20:30:36 -08:00
parent e46369e772
commit 41fcc86983
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -18,9 +18,7 @@ _: let
kernelModules = ["kvm-amd"]; kernelModules = ["kvm-amd"];
loader.grub = { loader.grub = {
enable = true; enable = true;
device = [ device = "/dev/disk/by-uuid/8B8C-6502";
"/dev/disk/by-uuid/8B8C-6502"
];
}; };
}; };