mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
fix(rinnosuke): grub devices
This commit is contained in:
parent
bad04dff54
commit
4539fa481d
1 changed files with 3 additions and 0 deletions
|
|
@ -16,6 +16,9 @@ _: let
|
|||
boot = {
|
||||
initrd.availableKernelModules = ["ata_piix" "uhci_hcd" "virtio_pci" "virtio_scsi" "sd_mod" "sr_mod"];
|
||||
kernelModules = ["kvm-amd"];
|
||||
loader.grub.devices = [
|
||||
"/dev/disk/by-uuid/8B8C-6502"
|
||||
];
|
||||
};
|
||||
|
||||
fileSystems = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue