nvme optimizations

This commit is contained in:
2023-05-14 10:30:17 -06:00
parent 84cdbd531d
commit d1695430b0
2 changed files with 607 additions and 624 deletions

View File

@@ -55,12 +55,13 @@
fsType = "btrfs";
options = [
"subvol=nix"
# "ssd"
"ssd"
"compress=zstd:3"
"x-systemd.device-timeout=0"
"space_cache=v2"
"commit=120"
"datacow"
"noatime"
];
};
@@ -69,7 +70,7 @@
fsType = "btrfs";
options = [
"subvol=home"
# "ssd"
"ssd"
"compress=zstd:3"
"x-systemd.device-timeout=0"
"space_cache=v2"