forked from Fediversity/Fediversity
20 lines
374 B
Nix
20 lines
374 B
Nix
{
|
|
_class = "nixops4Resource";
|
|
|
|
fediversityVm = {
|
|
name = "fedi203";
|
|
isFediversityVm = true;
|
|
vmId = 203;
|
|
description = "woodpecker";
|
|
|
|
domain = "abundos.eu";
|
|
ipv4 = {
|
|
address = "95.215.187.203";
|
|
gateway = "95.215.187.1";
|
|
};
|
|
ipv6 = {
|
|
address = "2a00:51c0:13:1305::203";
|
|
gateway = "2a00:51c0:13:1305::1";
|
|
};
|
|
};
|
|
}
|