Fediversity/infra/machines/fedi201/default.nix
2025-02-25 16:11:40 +01:00

19 lines
314 B
Nix

{
fediversityVm = {
domain = "abundos.eu";
ipv4 = {
address = "95.215.187.201";
gateway = "95.215.187.1";
};
ipv6 = {
address = "2a00:51c0:13:1305::201";
gateway = "2a00:51c0:13:1305::1";
};
};
nixos.module = {
imports = [
./fedipanel.nix
];
};
}