entities/hosts/zbox.nix

19 lines
488 B
Nix
Raw Normal View History

2021-11-22 06:40:37 -08:00
{
2023-11-20 16:22:56 -08:00
description = "Seattle CCTV.";
2021-11-22 06:40:37 -08:00
rp = "niten";
admin-email = "niten@fudo.org";
2023-11-20 16:22:56 -08:00
enable-gui = false;
profile = "server";
2021-11-22 06:40:37 -08:00
domain = "sea.fudo.org";
site = "seattle";
arch = "x86_64-linux";
nixos-system = true;
machine-id = "e5f456e3183a4dc186181a70bc3af2d1";
master-key = {
2023-11-20 16:22:56 -08:00
public-key =
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE64j2PrkiXul+DFF9InFmrrAYXUNxnBX+4EurhbXw13";
key-path = "/state/master-key/ssh_ed25519_key";
2021-11-22 06:40:37 -08:00
};
# initrd-ip = "10.0.5.110";
}