nix-config/machines/zoidberg/properties.nix
Zuckerberg da7ebe7baa
Some checks failed
Check Flake / check-flake (push) Failing after 2m43s
Add Zoidberg
2023-08-10 19:40:01 -06:00

15 lines
221 B
Nix

{
hostNames = [
"zoidberg"
];
arch = "x86_64-linux";
systemRoles = [
"personal"
"media-center"
];
hostKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHvdC1EiLqSNVmk5L1p7cWRIrrlelbK+NMj6tEBrwqIq";
}