Enable fstrim service

This commit is contained in:
Rodrigo Arias 2023-09-12 16:39:45 +02:00
parent b120a7ca85
commit 2646ad4b70

View File

@ -6,6 +6,9 @@
fsType = "ext4";
};
# Trim unused blocks weekly
services.fstrim.enable = true;
swapDevices =
[ { device = "/dev/disk/by-label/swap"; }
];