From 820d1a4372dbe4a2adef393d5f2b3e4f01822ca2 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Fri, 9 May 2025 21:55:47 +0200 Subject: [PATCH] manatee: Enable `ZFS` auto scrub --- hosts/manatee/disk-config.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/manatee/disk-config.nix b/hosts/manatee/disk-config.nix index 54e7123..53e43b4 100644 --- a/hosts/manatee/disk-config.nix +++ b/hosts/manatee/disk-config.nix @@ -65,6 +65,8 @@ ]; }; + services.zfs.autoScrub.enable = true; + networking.hostId = "0a9474e7"; # Required by ZFS disko.devices = { disk = {