oldie: add data folder

This commit is contained in:
2026-06-20 23:18:25 +02:00
parent 1035825618
commit 9b7da5e109
@@ -68,6 +68,17 @@
];
};
fileSystems."/mkk/mnt/data" = {
device = "/dev/mapper/DECRYPTED_DATA";
fsType = "btrfs";
options = [
"subvol=@data"
"nossd"
"compress=zstd"
"space_cache=v2"
];
};
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/535d8814-8541-4ac2-9cfb-ed0bf3852b0c";
fsType = "ext4";