entities/hosts/procul.nix

28 lines
779 B
Nix
Raw Normal View History

2021-11-22 06:40:37 -08:00
{
description = "informis.land server.";
rp = "viator";
2023-07-27 18:02:06 -07:00
admin-email = "viator@informis.land";
2021-11-22 06:40:37 -08:00
domain = "informis.land";
site = "joes-datacenter-0";
profile = "server";
tmp-on-tmpfs = false;
enable-gui = false;
arch = "x86_64-linux";
nixos-system = true;
machine-id = "41119f30fdf742dd82d20d94b7a2aa25";
master-key = {
2023-07-16 11:15:28 -07:00
public-key =
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIqUnzf8bfPyoJX6XjFqD6v5MZQnV8STP0152VS3uwM7";
2021-11-22 06:40:37 -08:00
key-path = "/state/master-key/ed25519_key";
};
initrd-network = {
ip = "172.86.179.18";
interface = "enp0s25";
keypair = {
2023-07-16 11:15:28 -07:00
public-key =
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIgvl/pxPGN5XuUFsEywHV/PJMI+wPHA6NKTtE8SZC04";
2021-11-22 06:40:37 -08:00
private-key-file = "/state/ssh/initrd/ssh_ed25519_key";
};
};
}