trator terranix config functional; move disko configs to individual outputs; touching up trantor

This commit is contained in:
William 2025-11-02 22:01:43 -03:00
parent 5899e42fa4
commit 716ed5cc53
19 changed files with 298 additions and 193 deletions

View file

@ -5,11 +5,15 @@
inputs.terranix.flakeModule
];
perSystem = {
terranix.terranixConfigurations = {
oci-homelab = {
modules = [ ./terranix/oci/homelab.nix ];
perSystem =
{ pkgs, ... }:
{
terranix.terranixConfigurations = {
oci-trantor = {
modules = [ ./terranix/oci/trantor.nix ];
terraformWrapper.package = pkgs.opentofu;
};
};
};
};
}