19 lines
497 B
Nix
19 lines
497 B
Nix
{
|
|
description = "Seattle Photo Storage.";
|
|
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 = "fd3d6a810ced47e78f3a3dc6c7510817";
|
|
master-key = {
|
|
public-key =
|
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBji9ecOo9G0ey9GaTwa6jEGG+skyPmcRjd8Gny3mQSQ";
|
|
key-path = "/state/master-key/ssh_ed25519_key";
|
|
};
|
|
# initrd-ip = "10.0.5.110";
|
|
}
|