Add a testing machine for Hans

This commit is contained in:
Nicolas Jeannerod 2025-02-21 20:03:25 +01:00
parent 10ac403db5
commit e6e0f49f40
Signed by untrusted user: Niols
GPG key ID: 35DB9EC8886E1CB8
4 changed files with 21 additions and 0 deletions

View file

@ -111,6 +111,9 @@ default
`other`
: Machines without a specific purpose
`hans`
: Testing machines for Hans's work
## Machines
These machines are hosted on the Procolix Proxmox instance,
@ -123,4 +126,5 @@ They host our stable infrastructure.
vm02179 Procolix *unused* `other`
vm02186 Procolix *unused* `other`
vm02187 Procolix Wiki `web`
fedi200 Fediversity Testing machine for Hans `hans`
fedi300 Fediversity Forgejo actions runner `git`

13
infra/fedi200/default.nix Normal file
View file

@ -0,0 +1,13 @@
{
fediversityVm = {
domain = "abundos.eu";
ipv4 = {
address = "95.215.187.200";
gateway = "95.215.187.1";
};
ipv6 = {
address = "2a00:51c0:13:1305::200";
gateway = "2a00:51c0:13:1305::1";
};
};
}

View file

@ -83,6 +83,9 @@ let
"vm02179"
"vm02186"
];
hans = [
"fedi200"
];
};
in

1
keys/systems/fedi200.pub Normal file
View file

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIndY+B2WnEwm9K+RW8wFWtHPvcYEW4gHQmu6UhLILS root@fedi200