temperance: fix /boot
This commit is contained in:
parent
e12e932400
commit
c0f53bf360
1 changed files with 1 additions and 2 deletions
|
@ -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"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue