summaryrefslogtreecommitdiff
path: root/hosts/surtr/zfs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/surtr/zfs.nix')
-rw-r--r--hosts/surtr/zfs.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/surtr/zfs.nix b/hosts/surtr/zfs.nix
index 88634867..3e42ef3e 100644
--- a/hosts/surtr/zfs.nix
+++ b/hosts/surtr/zfs.nix
@@ -103,5 +103,8 @@ in {
103 enable = true; 103 enable = true;
104 interval = "Sun *-*-1..7 04:00:00"; 104 interval = "Sun *-*-1..7 04:00:00";
105 }; 105 };
106 services.zfs.zed.settings = {
107 ZED_SYSLOG_SUBCLASS_EXCLUDE = "history_event";
108 };
106 }; 109 };
107} 110}