depot/hosts/checkmate/default.nix

30 lines
598 B
Nix
Raw Normal View History

2023-03-01 01:12:08 +02:00
tools: {
2023-02-24 16:16:15 +02:00
ssh.enable = true;
2023-03-01 01:12:08 +02:00
ssh.id = with tools.dns; {
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINImnMfEzUBU5qiuu05DMPrddTGypOtr+cL1/yQN2GFn";
hostNames = subResolve "checkmate" "node";
};
interfaces = {
primary = {
addr = "10.0.243.198";
addrPublic = "152.67.73.164";
link = "ens3";
};
};
2023-02-24 16:16:15 +02:00
hyprspace = {
enable = true;
2023-03-01 22:51:49 +02:00
id = "12D3KooWL84sAtq1QTYwb7gVbhSNX5ZUfVt4kgYKz8pdif1zpGUh";
addr = "10.100.3.32";
listenPort = 995;
};
2023-03-01 01:12:08 +02:00
enterprise = {
subdomain = "node";
};
2023-02-24 16:16:15 +02:00
system = "x86_64-linux";
nixos = ./system.nix;
2023-03-01 01:12:08 +02:00
}