rename nodes and add runner for gitea instance
This commit is contained in:
22
flake.nix
22
flake.nix
@@ -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 }: {
|
||||
|
||||
Reference in New Issue
Block a user