entities/hosts/wormhole0.nix

19 lines
480 B
Nix
Raw Permalink Normal View History

2022-02-27 15:04:24 -08:00
{
description = "Wireless Network Wormhole.";
rp = "niten";
admin-email = "niten@fudo.org";
domain = "sea.fudo.org";
site = "seattle";
profile = "server";
2022-03-16 16:32:01 -07:00
tmp-on-tmpfs = false;
2022-02-27 15:04:24 -08:00
arch = "x86_64-linux";
2022-03-16 16:32:01 -07:00
nixos-system = true;
machine-id = "44205156a0fc453c8854bcf4b6e51e50";
2022-02-27 15:04:24 -08:00
master-key = {
2022-03-16 16:32:01 -07:00
public-key =
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGb+mT3UyDIKow36CVQJlJCyJqJfmReWFWAS2ZVpaB6p";
2022-02-27 15:04:24 -08:00
key-path = "/state/master-key/key";
};
2023-03-20 13:56:31 -07:00
hardened = true;
2022-02-27 15:04:24 -08:00
}