nvme optimizations
This commit is contained in:
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user