From 7d42e61e3db483af63bc3d1812a454ddf11a9680 Mon Sep 17 00:00:00 2001 From: Rouven Seifert Date: Mon, 23 Jan 2023 17:43:43 +0100 Subject: [PATCH] neat zfs stuff --- hosts/nuc/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/nuc/default.nix b/hosts/nuc/default.nix index cbecb38..8881e23 100644 --- a/hosts/nuc/default.nix +++ b/hosts/nuc/default.nix @@ -21,6 +21,8 @@ kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages; supportedFilesystems = [ "zfs" ]; }; + services.zfs.autoScrub.enable = true; + services.zfs.autoSnapshot.enable = true; networking.hostName = "nuc"; # Define your hostname. networking.hostId = "795a4952";