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; };