19 lines
488 B
Nix
19 lines
488 B
Nix
{
|
|
description = "Seattle CCTV.";
|
|
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 = "e5f456e3183a4dc186181a70bc3af2d1";
|
|
master-key = {
|
|
public-key =
|
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE64j2PrkiXul+DFF9InFmrrAYXUNxnBX+4EurhbXw13";
|
|
key-path = "/state/master-key/ssh_ed25519_key";
|
|
};
|
|
# initrd-ip = "10.0.5.110";
|
|
}
|