mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
fix(rinnosuke): try to fix f32
This commit is contained in:
parent
41fcc86983
commit
ce594b6a99
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ _: let
|
|||
kernelModules = ["kvm-amd"];
|
||||
loader.grub = {
|
||||
enable = true;
|
||||
device = "/dev/disk/by-uuid/8B8C-6502";
|
||||
device = "/dev/disk/by-uuid/EE23-9347";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -29,7 +29,7 @@ _: let
|
|||
};
|
||||
|
||||
"/boot" = {
|
||||
device = "/dev/disk/by-uuid/8B8C-6502";
|
||||
device = "/dev/disk/by-uuid/EE23-9347";
|
||||
fsType = "vfat";
|
||||
options = ["fmask=0777" "dmask=0777"];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue