entities/hosts/zbox.nix

19 lines
503 B
Nix
Raw Normal View History

2021-11-22 06:40:37 -08:00
{
description = "Niten's primary desktop.";
rp = "niten";
admin-email = "niten@fudo.org";
enable-gui = true;
profile = "desktop";
domain = "sea.fudo.org";
site = "seattle";
android-dev = true;
arch = "x86_64-linux";
nixos-system = true;
machine-id = "e5f456e3183a4dc186181a70bc3af2d1";
master-key = {
public-key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDsn68vDKV4jnBuICSDX/2Gpnshbrz0r9t4lXIke1vqh";
key-path = "/state/master-key/key";
};
# initrd-ip = "10.0.5.110";
}