forked from fediversity/fediversity
22 lines
488 B
Nix
22 lines
488 B
Nix
{
|
|
# _class = "nixops4Resource";
|
|
|
|
fediversityVm = {
|
|
name = "test13";
|
|
# isFediversityVm = true;
|
|
# vmId = 7013;
|
|
|
|
# hostPublicKey = builtins.readFile ./ssh_host_ed25519_key.pub;
|
|
# unsafeHostPrivateKey = builtins.readFile ./ssh_host_ed25519_key;
|
|
|
|
# domain = "abundos.eu";
|
|
ipv4 = {
|
|
address = "95.215.187.63";
|
|
gateway = "95.215.187.1";
|
|
};
|
|
ipv6 = {
|
|
address = "2a00:51c0:13:1305::63";
|
|
gateway = "2a00:51c0:13:1305::1";
|
|
};
|
|
};
|
|
}
|