rename nodes and add runner for gitea instance

This commit is contained in:
shobu
2025-11-11 21:05:47 +01:00
parent c610ce80bc
commit 542034054c
34 changed files with 69 additions and 24 deletions

View File

@@ -69,32 +69,30 @@
};
};
sin = {
thea = {name, nodes, pkgs, ...}: {
imports = [
./hosts/n100/configuration.nix
./hosts/n100/hardware-configuration.nix
./hosts/${name}/configuration.nix
./hosts/${name}/hardware-configuration.nix
] ++ [
# modules
./modules/gitea/n100
./modules/gitea/${name}
];
deployment.targetHost = "n100.homelab.local";
deployment.targetHost = "thea.homelab.local";
};
zimablade = {
sin = {name, nodes, pkgs, ...}: {
imports = [
disko.nixosModules.disko
agenix.nixosModules.default
./hosts/zimablade/configuration.nix
./hosts/zimablade/hardware-configuration.nix
./hosts/${name}/configuration.nix
./hosts/${name}/hardware-configuration.nix
] ++ [
# modules
./modules/gitea/zimablade
./modules/gitea/${name}
];
deployment.targetHost = "zimablade.homelab.local";
# deployment.targetHost = "10.0.0.4";
# deployment.targetPort = 22223;
deployment.targetHost = "sin.homelab.local";
};
};
devShells = forEachSupportedSystem ({ pkgs }: {