temperance/filesystem/default.nix: fix boot partition device

This commit is contained in:
Charlie Root 2025-04-06 21:23:26 +02:00
commit 4773f4abef
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E

View file

@ -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