chore(ops/nixos/nugget): Enable fstrim service
This commit is contained in:
parent
a162f4e825
commit
1bb9cd7749
1 changed files with 3 additions and 0 deletions
|
@ -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";
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue