mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
fix: rinnosuke
This commit is contained in:
parent
e46369e772
commit
41fcc86983
1 changed files with 1 additions and 3 deletions
|
|
@ -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"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue