temperance: fix /boot

This commit is contained in:
Charlie Root 2024-09-20 22:55:42 +02:00
commit c0f53bf360

View file

@ -3,7 +3,7 @@
boot.initrd.luks.devices."cryptroot".device = "/dev/disk/by-uuid/96e8f3d6-8d2d-4e2d-abd9-3eb7f48fed02";
fileSystems = {
"/boot" = {
device = "7825-451F";
device = "/dev/disk/by-uuid/7825-451F";
fsType = "vfat";
};
# root on tmpfs
@ -24,7 +24,6 @@
options = ["subvol=persist" "compress=zstd" "noatime"];
};
"/home" = {
device = "/dev/disk/by-uuid/f0569993-722e-4721-b0d9-8ac537a7a548";
fsType = "btrfs";
options = ["subvol=home" "compress=zstd" "noatime"];