temperance/filesystem/default.nix: fix boot partition device
This commit is contained in:
parent
2a145bb8d0
commit
4773f4abef
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
boot.initrd.luks.devices."cryptroot".device = "/dev/disk/by-uuid/96e8f3d6-8d2d-4e2d-abd9-3eb7f48fed02";
|
boot.initrd.luks.devices."cryptroot".device = "/dev/disk/by-uuid/96e8f3d6-8d2d-4e2d-abd9-3eb7f48fed02";
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
"/boot" = {
|
"/boot" = {
|
||||||
device = "/dev/disk/by-uuid/7825-451F";
|
device = "/dev/disk/by-uuid/B3AC-9050";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
};
|
};
|
||||||
# root on tmpfs
|
# root on tmpfs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue