feat: setup fstrim.

This commit is contained in:
CronyAkatsuki 2026-01-22 19:56:10 +01:00
parent c803e27307
commit a05d5cde8b

View file

@ -31,5 +31,8 @@
# Setup ntp
services.timesyncd.enable = true;
# Setup fstrim
services.fstrim.enable = true;
};
}