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

File diff suppressed because it is too large Load Diff

View File

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