entities/hosts/procul.nix

28 lines
779 B
Nix

{
description = "informis.land server.";
rp = "viator";
admin-email = "viator@informis.land";
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 = {
public-key =
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIqUnzf8bfPyoJX6XjFqD6v5MZQnV8STP0152VS3uwM7";
key-path = "/state/master-key/ed25519_key";
};
initrd-network = {
ip = "172.86.179.18";
interface = "enp0s25";
keypair = {
public-key =
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIgvl/pxPGN5XuUFsEywHV/PJMI+wPHA6NKTtE8SZC04";
private-key-file = "/state/ssh/initrd/ssh_ed25519_key";
};
};
}