entities/hosts/locum.nix
2023-07-27 18:02:06 -07:00

27 lines
757 B
Nix

{
description = "informis.land new server.";
rp = "viator";
admin-email = "viator@informis.land";
domain = "informis.land";
site = "worldstream-1";
profile = "server";
enable-gui = false;
arch = "x86_64-linux";
nixos-system = true;
machine-id = "6cf6e00d87854a1cac8e529c578cb6c3";
master-key = {
public-key =
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMf7EtA9QBHUzRyeGsFA1sgf6BlmxnyOQkIeBkAD1oSK";
key-path = "/state/master-key/ed25519_key";
};
# initrd-network = {
# ip = "";
# interface = "eno1";
# keypair = {
# public-key =
# "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIgvl/pxPGN5XuUFsEywHV/PJMI+wPHA6NKTtE8SZC04";
# private-key-file = "/state/ssh/initrd/ssh_ed25519_key";
# };
# };
}