diff --git a/flake.nix b/flake.nix index 9501524..46b7bfe 100644 --- a/flake.nix +++ b/flake.nix @@ -38,13 +38,6 @@ ./hosts/cc-ci/configuration.nix ]; }; - nixosConfigurations.cc-ci = nixpkgs.lib.nixosSystem { - inherit system; - modules = [ - sops-nix.nixosModules.sops - ./hosts/cc-ci/configuration.nix - ]; - }; # Devshell for working on the harness/bridge locally. devShells.${system}.default = pkgs.mkShell {