Enable fstrim service

This commit is contained in:
Rodrigo Arias 2023-09-12 16:39:45 +02:00
parent 66b5074ff1
commit 627c912b87

View File

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