entities/hosts/locum.nix

18 lines
480 B
Nix
Raw Normal View History

2023-07-27 18:02:06 -07:00
{
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 =
2023-07-28 18:19:49 -07:00
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINck1B+Ge9YmRVfXd312QjTcB07Q1tfp4Rs/y6GBISu0";
2023-07-27 18:02:06 -07:00
key-path = "/state/master-key/ed25519_key";
};
}