chore(ops/nixos/nugget): Enable fstrim service

This commit is contained in:
Vincent Ambo 2020-05-21 16:56:18 +01:00
parent a162f4e825
commit 1bb9cd7749

View file

@ -254,6 +254,9 @@ in depot.lib.fix(self: {
# Use Tailscale \o/
services.tailscale.enable = true;
# nugget has an SSD
services.fstrim.enable = true;
# ... and other nonsense.
system.stateVersion = "19.09";
})