nvme optimizations
This commit is contained in:
parent
84cdbd531d
commit
d1695430b0
1226
configuration.nix
1226
configuration.nix
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user