depot/hosts/prophet/default.nix

28 lines
543 B
Nix
Raw Normal View History

2022-02-03 21:21:17 +02:00
tools: {
ssh.id = with tools.dns; {
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJZ4FyGi69MksEn+UJZ87vw1APqiZmPNlEYIr0CbEoGv";
hostNames = subResolve "prophet" "node";
};
interfaces = {
primary = {
addr = "10.0.0.92";
2022-04-14 20:13:46 +03:00
addrPublic = "152.67.79.222";
2022-02-03 21:21:17 +02:00
link = "enp0s3";
};
};
2022-02-05 20:09:35 +02:00
hypr = {
id = "QmbrAHuh4RYcyN9fWePCZMVmQjbaNXtyvrDCWz4VrchbXh";
addr = "10.100.3.9";
2022-09-24 14:25:00 +03:00
listenPort = 995;
2022-02-05 20:09:35 +02:00
};
2022-02-03 21:21:17 +02:00
enterprise = {
subdomain = "node";
};
arch = "aarch64";
nixos = import ./system.nix;
}