Use `noatime` option to mount drive
Dependencies
- [2]
6I2HQYU2Add basic flake configuration
Change contents
- edit in configuration.nix at line 55
# Mount with `noatime` optionfileSystems."/".options = [ "noatime" ];
6I2HQYU2 Add basic flake configuration # Mount with `noatime` option fileSystems."/".options = [ "noatime" ];