diff --git a/systems/jeeves-jr/configuration.nix b/systems/jeeves-jr/configuration.nix index cd7c14e..68b4cec 100644 --- a/systems/jeeves-jr/configuration.nix +++ b/systems/jeeves-jr/configuration.nix @@ -5,7 +5,8 @@ networking.hostId = "1beb3026"; boot = { - zfs.extraPools = [ "ZFS-primary" ]; + # TODO add pool name + zfs.extraPools = [ ]; filesystem = "zfs"; useSystemdBoot = true; };