gaming subvolume
This commit is contained in:
parent
e5ec9286ec
commit
5b01df4877
@ -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";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user