34 lines
661 B
Nix
34 lines
661 B
Nix
{ ... }@inputs:
|
|
{
|
|
aluminium = {
|
|
targetHost = "192.168.0.1";
|
|
system = "x86_64-linux";
|
|
};
|
|
jalr-t520 = {
|
|
system = "x86_64-linux";
|
|
};
|
|
cadmium = {
|
|
system = "x86_64-linux";
|
|
};
|
|
weinturm-pretix-prod = {
|
|
system = "aarch64";
|
|
targetHost = "142.132.185.70";
|
|
};
|
|
iron = {
|
|
system = "x86_64-linux";
|
|
#targetHost = "192.168.42.1";
|
|
targetHost = "jalr-bw.duckdns.org";
|
|
};
|
|
magnesium = {
|
|
system = "aarch64";
|
|
targetHost = "162.55.35.199";
|
|
};
|
|
tin = {
|
|
system = "x86_64-linux";
|
|
targetHost = "tin.lan.bw.jalr.de";
|
|
};
|
|
copper = {
|
|
system = "x86_64-linux";
|
|
targetHost = "copper.lan.bw.jalr.de";
|
|
};
|
|
}
|