entities/hosts/plato.nix

19 lines
471 B
Nix
Raw Normal View History

2021-11-22 06:40:37 -08:00
{
2022-02-27 15:04:24 -08:00
description = "Deploy Server #2";
2021-11-22 06:40:37 -08:00
rp = "niten";
admin-email = "niten@fudo.org";
domain = "sea.fudo.org";
site = "seattle";
profile = "server";
tmp-on-tmpfs = false;
arch = "x86_64-linux";
nixos-system = false;
2021-11-22 06:40:37 -08:00
machine-id = "988f39a3b6ab454e9d7dad65bfe36bbe";
master-key = {
public-key =
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICgAzn6gyG1ze7L1WLU84poPGcoUntqfvgn+/s3bxhR2";
2021-11-22 06:40:37 -08:00
key-path = "/state/master-key/key";
};
2021-12-09 10:28:02 -08:00
hardened = true;
2021-11-22 06:40:37 -08:00
}