entities/hosts/jazz.nix

18 lines
457 B
Nix
Raw Normal View History

2023-05-03 12:47:18 -07:00
{
description = "Jasper's gaming desktop.";
rp = "niten";
admin-email = "niten@fudo.org";
enable-gui = true;
profile = "desktop";
domain = "sea.fudo.org";
site = "seattle";
arch = "x86_64-linux";
nixos-system = true;
2023-05-06 21:49:08 -07:00
machine-id = "2f6c424858f5401098f79cee215e3268";
2023-05-03 12:47:18 -07:00
master-key = {
2023-05-07 08:31:33 -07:00
public-key =
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPw2lRIAf7aC5bPO1AALAx9FPEFNJr1Qn5rxB1ahmX8p";
2023-05-03 12:47:18 -07:00
key-path = "/state/master-key/key";
};
}