From 55b37120ec8e173d70c36d283d96431aa4eff5af Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Fri, 29 Dec 2023 15:02:48 -0500 Subject: [PATCH] added zpool name --- systems/jeeves-jr/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/jeeves-jr/configuration.nix b/systems/jeeves-jr/configuration.nix index 68b4cec..c836585 100644 --- a/systems/jeeves-jr/configuration.nix +++ b/systems/jeeves-jr/configuration.nix @@ -6,7 +6,7 @@ boot = { # TODO add pool name - zfs.extraPools = [ ]; + zfs.extraPools = [ "Main" ]; filesystem = "zfs"; useSystemdBoot = true; };