Working hdd/mounts config

This commit is contained in:
Chris (wolcen) Thompson 2025-04-25 13:50:28 -04:00
parent 063ce150a5
commit 722e506a3b

View file

@ -24,12 +24,12 @@
fileSystems."/mnt/arch" =
{ device = "/dev/disk/by-uuid/72db20ba-4dbd-4fb7-891c-b457e2cf9648";
fsType = "btrfs";
options = [ "subvol=5" ];
#options = [ "subvolid=5" ];
};
fileSystems."/mnt/arch/home" =
{ device = "/dev/disk/by-uuid/4eda05c2-d434-495d-97a0-8a81e8a533ec";
fsType = "btrfs";
options = [ "subvol=5" ];
#options = [ "subvolid=5" ];
};
fileSystems."/mnt/bulk" =
{ device = "/dev/disk/by-partuuid/d3fc1045-9f5e-f745-afd0-9cc9872f043d";
@ -37,7 +37,7 @@
};
fileSystems."/mnt/slow" =
{ device = "/dev/disk/by-partuuid/b47703cb-01";
fsType = "etx4";
fsType = "ext4";
};
fileSystems."/mnt/fast" =
{ device = "/dev/disk/by-partuuid/000eede2-01";