Add some optimizations to fstab

This commit is contained in:
Emi Simpson 2022-12-18 12:39:10 -05:00
parent a956ecb856
commit 6eb03fe700
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
1 changed files with 5 additions and 0 deletions

View File

@ -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