rico0: mount data if present

This commit is contained in:
Adithya 2024-07-04 00:27:29 +05:30
parent a446cffe34
commit 6290214862
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -31,6 +31,12 @@ _: {
options = [ "subvol=/" "compress-force=zstd" "noatime" ];
};
"/mnt/data" = {
device = "/dev/disk/by-partlabel/DATA0";
fsType = "btrfs";
options = [ "subvol=/" "compress-force=zstd" "noatime" "nofail" "x-systemd.automount" "x-systemd.device-timeout=5" ];
};
"/boot" = {
device = "/dev/disk/by-partlabel/RICO0_BOOT";
fsType = "vfat";