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;