Add ca host

This commit is contained in:
2024-10-21 11:01:10 +02:00
parent a19161ca69
commit d7a6e09ce3
4 changed files with 86 additions and 1 deletions

View File

@@ -200,6 +200,22 @@
sops-nix.nixosModules.sops
];
};
ca = nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = {
inherit inputs self sops-nix;
};
modules = [
(
{ config, pkgs, ... }:
{
nixpkgs.overlays = [ overlay-unstable ];
}
)
./hosts/ca
sops-nix.nixosModules.sops
];
};
};
};
}