gaming subvolume

This commit is contained in:
Danilo Reyes 2023-09-30 16:45:24 -06:00
parent e5ec9286ec
commit 5b01df4877

View File

@ -68,6 +68,19 @@
"datacow" "datacow"
]; ];
}; };
"/home/jawz/Games" = {
device = "/dev/mapper/nvme";
fsType = "btrfs";
options = [
"subvol=games"
"ssd"
"compress=zstd:3"
"x-systemd.device-timeout=0"
"space_cache=v2"
"commit=120"
"datacow"
];
};
"/boot" = { "/boot" = {
device = "/dev/disk/by-uuid/ac6d349a-96b9-499e-9009-229efd7743a5"; device = "/dev/disk/by-uuid/ac6d349a-96b9-499e-9009-229efd7743a5";
fsType = "ext4"; fsType = "ext4";