entities/hosts/toothless.nix

18 lines
461 B
Nix
Raw Normal View History

2023-05-03 12:47:18 -07:00
{
description = "sea.fudo.org compute server.";
rp = "niten";
admin-email = "niten@fudo.org";
enable-gui = false;
profile = "server";
domain = "sea.fudo.org";
site = "seattle";
arch = "x86_64-linux";
nixos-system = true;
machine-id = "39ebe622cf40413b950d832105e0bb2e";
master-key = {
public-key =
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIQrT/X6qvurQ6GJ450PZaKLyolOVWqMXjRozLq9Gy/O";
key-path = "/state/master-key/key";
};
}