forked from Fediversity/Fediversity
Add a testing machine for Hans
This commit is contained in:
parent
10ac403db5
commit
e6e0f49f40
4 changed files with 21 additions and 0 deletions
|
@ -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
13
infra/fedi200/default.nix
Normal 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";
|
||||
};
|
||||
};
|
||||
}
|
|
@ -83,6 +83,9 @@ let
|
|||
"vm02179"
|
||||
"vm02186"
|
||||
];
|
||||
hans = [
|
||||
"fedi200"
|
||||
];
|
||||
};
|
||||
|
||||
in
|
||||
|
|
1
keys/systems/fedi200.pub
Normal file
1
keys/systems/fedi200.pub
Normal file
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIndY+B2WnEwm9K+RW8wFWtHPvcYEW4gHQmu6UhLILS root@fedi200
|
Loading…
Add table
Reference in a new issue