mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29: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"];
|
||||
loader.grub = {
|
||||
enable = true;
|
||||
device = [
|
||||
"/dev/disk/by-uuid/8B8C-6502"
|
||||
];
|
||||
device = "/dev/disk/by-uuid/8B8C-6502";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue