Fediversity/infra/machines/fedi200/default.nix

15 lines
289 B
Nix

{
fediversityVm = {
vmId = 200;
proxmox = "fediversity";
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";
};
};
}