forked from Fediversity/Fediversity
26 lines
478 B
Nix
26 lines
478 B
Nix
{
|
|
_class = "nixops4Resource";
|
|
|
|
fediversityVm = {
|
|
name = "fedi200";
|
|
isFediversityVm = true;
|
|
vmId = 200;
|
|
description = "Testing machine for Hans";
|
|
|
|
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";
|
|
};
|
|
};
|
|
|
|
nixos.module = {
|
|
imports = [
|
|
../../../services/fediversity/attic
|
|
];
|
|
};
|
|
}
|