summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/x/x13/zfs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/1systems/x/x13/zfs.nix')
-rw-r--r--makefu/1systems/x/x13/zfs.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefu/1systems/x/x13/zfs.nix b/makefu/1systems/x/x13/zfs.nix
index d6b99df4..ba341ef5 100644
--- a/makefu/1systems/x/x13/zfs.nix
+++ b/makefu/1systems/x/x13/zfs.nix
@@ -29,5 +29,6 @@
fsType = "zfs";
};
- swapDevices = [ ];
+ swapDevices = [ ];
+ services.zfs.autoScrub.enable = true;
}