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";
|
boot.initrd.luks.devices."cryptroot".device = "/dev/disk/by-uuid/96e8f3d6-8d2d-4e2d-abd9-3eb7f48fed02";
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
"/boot" = {
|
"/boot" = {
|
||||||
device = "7825-451F";
|
device = "/dev/disk/by-uuid/7825-451F";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
};
|
};
|
||||||
# root on tmpfs
|
# root on tmpfs
|
||||||
|
@ -24,7 +24,6 @@
|
||||||
options = ["subvol=persist" "compress=zstd" "noatime"];
|
options = ["subvol=persist" "compress=zstd" "noatime"];
|
||||||
};
|
};
|
||||||
"/home" = {
|
"/home" = {
|
||||||
|
|
||||||
device = "/dev/disk/by-uuid/f0569993-722e-4721-b0d9-8ac537a7a548";
|
device = "/dev/disk/by-uuid/f0569993-722e-4721-b0d9-8ac537a7a548";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
options = ["subvol=home" "compress=zstd" "noatime"];
|
options = ["subvol=home" "compress=zstd" "noatime"];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue