17 lines
469 B
Nix
17 lines
469 B
Nix
{
|
|
description = "fudo.org primary dns server.";
|
|
rp = "reaper";
|
|
admin-email = "reaper@fudo.org";
|
|
domain = "fudo.org";
|
|
site = "nuttyclub-vm";
|
|
profile = "container";
|
|
enable-gui = false;
|
|
arch = "x86_64-linux";
|
|
nixos-system = true;
|
|
machine-id = "e5f456e3183a4dc186181a70bc3af2d1";
|
|
master-key = {
|
|
public-key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC5/2uOE13eKUnXboxPYoZxZkS6sw5m0emR684HFr34l";
|
|
key-path = "/state/master-key/ed25519_key";
|
|
};
|
|
}
|