19 lines
480 B
Nix
19 lines
480 B
Nix
{
|
|
description = "Wireless Network Wormhole.";
|
|
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 = true;
|
|
machine-id = "44205156a0fc453c8854bcf4b6e51e50";
|
|
master-key = {
|
|
public-key =
|
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGb+mT3UyDIKow36CVQJlJCyJqJfmReWFWAS2ZVpaB6p";
|
|
key-path = "/state/master-key/key";
|
|
};
|
|
hardened = true;
|
|
}
|