From afc3bab3ad0afdd28e74c99c596e2bb3178971d0 Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Tue, 17 Sep 2024 10:07:44 -0500 Subject: [PATCH] fixed extra pool name --- hosts/defiant/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/defiant/configuration.nix b/hosts/defiant/configuration.nix index e7b1e5e..b705068 100644 --- a/hosts/defiant/configuration.nix +++ b/hosts/defiant/configuration.nix @@ -32,7 +32,7 @@ boot.supportedFilesystems = [ "zfs" ]; - boot.zfs.extraPools = [ "zpool" ]; + boot.zfs.extraPools = [ "zroot" ]; services.zfs.autoScrub.enable = true; services.zfs.autoSnapshot.enable = true;