diff --git a/flake.nix b/flake.nix index 4068e9c..52c154a 100644 --- a/flake.nix +++ b/flake.nix @@ -57,7 +57,8 @@ } @ inputs: let inherit (self) outputs; - conf = self.nixosConfigurations; + # let's filter the installer configuration since we don't want to deploy it with colmena + conf = builtins.removeAttrs self.nixosConfigurations [ "home-installer" ]; in (flake-utils.lib.eachDefaultSystem (system: let