Fediversity/machines/operator/test01/default.nix
Kiara Grouwstra c296bdab0a
deploy separate operator applications thru data model
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
2025-11-22 17:55:10 +01:00

22 lines
488 B
Nix

{
# _class = "nixops4Resource";
fediversityVm = {
name = "test01";
# isFediversityVm = true;
# vmId = 7001;
# hostPublicKey = builtins.readFile ./ssh_host_ed25519_key.pub;
# unsafeHostPrivateKey = builtins.readFile ./ssh_host_ed25519_key;
# domain = "abundos.eu";
ipv4 = {
address = "95.215.187.51";
gateway = "95.215.187.1";
};
ipv6 = {
address = "2a00:51c0:13:1305::51";
gateway = "2a00:51c0:13:1305::1";
};
};
}