All checks were successful
Check Flake / check-flake (push) Successful in 11m39s
14 lines
201 B
Nix
14 lines
201 B
Nix
{
|
|
hostNames = [
|
|
"hotspot"
|
|
];
|
|
|
|
arch = "aarch64-linux";
|
|
|
|
systemRoles = [
|
|
"hotspot"
|
|
];
|
|
|
|
hostKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAION4IUAef687RIzWrP4HEZnpdSJswt06QmrdRMDPHHGY";
|
|
}
|