index
:
nix-config
main
One flake to rule them all
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
profiles
/
fstrim
/
default.nix
blob: 03da6910ff9ed3a4e610612ce4c7ae2b6746161d (
plain
)
1
2
3
4
5
6
7
{ ... }: { services.fstrim = { enable = true; interval = "weekly"; }; }