18 lines
480 B
Nix
18 lines
480 B
Nix
{
|
|
description = "informis.land new server.";
|
|
rp = "viator";
|
|
admin-email = "viator@informis.land";
|
|
domain = "informis.land";
|
|
site = "worldstream-1";
|
|
profile = "server";
|
|
enable-gui = false;
|
|
arch = "x86_64-linux";
|
|
nixos-system = true;
|
|
machine-id = "6cf6e00d87854a1cac8e529c578cb6c3";
|
|
master-key = {
|
|
public-key =
|
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINck1B+Ge9YmRVfXd312QjTcB07Q1tfp4Rs/y6GBISu0";
|
|
key-path = "/state/master-key/ed25519_key";
|
|
};
|
|
}
|