nixos-config/config/hosts/spark.nix

20 lines
618 B
Nix
Raw Normal View History

2021-04-02 14:08:31 -07:00
{
description = "Niten's backup desktop.";
ssh-fingerprints = [
"1 1 d26812dee9b26a19a52c38d2b346442979093142"
"1 2 981db46fdd0ad1639651c700a527602425237c1d4999265372ed92e093a965b3"
"4 1 67fa0a36e51fd4a5ed2b71ff9817cb9a372d0a63"
"4 2 c17d46061d722e1e6c878341b8e3c0bf87ea6e0e1426c54a989107dfb604d81b"
2021-04-02 14:08:31 -07:00
];
rp = "niten";
admin-email = "niten@fudo.org";
enable-gui = true;
ssh-pubkey =
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO67/CNhiG9UynaflmZUUK7f3O/GwFpnXri/PxpgHcPa";
2021-04-10 21:45:38 -07:00
profile = "desktop";
domain = "sea.fudo.org";
site = "seattle";
2021-08-18 10:00:18 -07:00
android-dev = true;
arch = "x86_64-linux";
2021-04-02 14:08:31 -07:00
}