diff --git a/flake.nix b/flake.nix index 3a055a4..0571507 100644 --- a/flake.nix +++ b/flake.nix @@ -67,6 +67,7 @@ nixosConfigurations = (import ./hosts inputs); + colmenaHive = colmena.lib.makeHive self.outputs.colmena; colmena = lib.recursiveUpdate (builtins.mapAttrs (k: v: { imports = v._module.args.modules; }) self.nixosConfigurations) hosts;