index
:
nix
master
a nixosConfigurations collective
Mark Nipper
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hosts
/
common
/
optional
/
zfs.nix
blob: a2d978dc54c755ed8bc4485f7690a8c3079730b9 (
plain
)
1
2
3
4
5
6
{
services
.
zfs
=
{
autoScrub
.
enable
=
true
;
trim
.
enable
=
true
;
};
}