Add some optimizations to fstab
This commit is contained in:
parent
a956ecb856
commit
6eb03fe700
|
@ -23,6 +23,11 @@ let systemInformation = import ./system-information.nix; in
|
|||
# Batch journaling commits to 2 minutes for power saving
|
||||
# https://wiki.archlinux.org/title/Power_management#Writeback_Time
|
||||
"commit=120"
|
||||
|
||||
# Performance optimizations for SSD
|
||||
"noatime"
|
||||
"nodiratime"
|
||||
"discard"
|
||||
];
|
||||
|
||||
# Uncomment this once the root fs is actually btrfs
|
||||
|
|
Loading…
Reference in a new issue