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
0178bff042
commit
72759c3286
2 changed files with 7 additions and 4 deletions
|
|
@ -16,9 +16,12 @@ _: 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"
|
||||
];
|
||||
loader.grub = {
|
||||
enable = true;
|
||||
device = [
|
||||
"/dev/disk/by-uuid/8B8C-6502"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
fileSystems = {
|
||||
|
|
@ -53,7 +56,6 @@ _: let
|
|||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
|
||||
boot.loader.grub.enable = true;
|
||||
system.stateVersion = "25.05";
|
||||
};
|
||||
in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue