tangled
alpha
login
or
join now
auri.ee
/
nix-config
my terrible dotfiles
2
fork
atom
overview
issues
pulls
pipelines
change auto scrub time to weekly
auri.ee
1 month ago
6b507909
a369f1db
options
unified
split
Changed files
+4
-1
nixos
server
zfs.nix
+4
-1
nixos/server/zfs.nix
···
2
2
{
3
3
services.zfs = {
4
4
trim.enable = true;
5
5
-
autoScrub.enable = true;
5
5
+
autoScrub = {
6
6
+
enable = true;
7
7
+
interval = "weekly";
8
8
+
};
6
9
autoSnapshot.enable = true;
7
10
zed = {
8
11
settings = {