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";
|
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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user