From 0180566812cef772b16f30902ef6f32b3d64eb95 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Thu, 5 Apr 2018 19:40:47 +0200 Subject: [PATCH] ZFS autoScrub --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 8a9b9ec..e45a699 100644 --- a/configuration.nix +++ b/configuration.nix @@ -19,6 +19,7 @@ boot.supportedFilesystems = [ "zfs" ]; services.zfs.autoSnapshot.enable = true; + services.zfs.autoScrub.enable = true; networking.hostName = "loutreos"; # Define your hostname. networking.hostId = "7e66e347";