depot/hosts/styx/default.nix
2022-01-14 22:49:37 +01:00

8 lines
222 B
Nix

tools: {
ssh.id = with tools.dns; {
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOYLrmiuPK77cw71QNzG2zaWs6gsxmYuLyqsUrWMYLnk";
hostNames = subResolve "styx" "services";
};
nixos = import ./system.nix;
}