Enable SSD periodic trimming

This commit is contained in:
Andrew Kvalheim 2021-12-09 09:34:34 -08:00
parent 89f250f13e
commit af3b7852a1
2 changed files with 4 additions and 0 deletions

View file

@ -18,6 +18,7 @@
};
# Filesystems
services.fstrim.enable = true;
# TODO: Set `chattr +i` on intermittent mount points
fileSystems = {
"/home/ak/annex" = {

View file

@ -17,6 +17,9 @@
system = "x86_64-linux";
};
# Filesystems
services.fstrim.enable = true;
# Networking
networking.hostName = "wrangler";
systemd.network.links = {