Fediversity/machines/dev/fedi200/default.nix
Kiara Grouwstra 1915e7e7d5
WIP: add attic cache, see #92
flesh out attic

TODO keys nginx-port testing
2025-06-19 13:41:26 +02:00

23 lines
426 B
Nix

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