hime: enable fstrim

This commit is contained in:
notohh 2023-02-12 13:42:57 -05:00
parent 1df54c714b
commit 901fcd2076
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -40,6 +40,10 @@
kbdInteractiveAuthentication = false;
};
services.fstrim = {
enable = true;
};
virtualisation.docker.enable = true;
users.users.oh = {
isNormalUser = true;