2022-05-28 22:53:03 +03:00
|
|
|
tools: {
|
2023-02-24 16:16:15 +02:00
|
|
|
ssh.enable = true;
|
2022-05-28 22:53:03 +03:00
|
|
|
ssh.id = with tools.dns; {
|
|
|
|
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDShq3dbZy9SARsH8aSjfMQ+/eTW44eZuHVCLvgtDNKw";
|
|
|
|
hostNames = subResolve "soda" "int";
|
|
|
|
};
|
|
|
|
|
|
|
|
interfaces = {
|
|
|
|
primary = {
|
|
|
|
addr = "10.10.2.206";
|
|
|
|
addrPublic = "95.216.8.12";
|
|
|
|
link = "eth0";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
enterprise = {
|
|
|
|
subdomain = "int";
|
|
|
|
};
|
|
|
|
|
2023-02-24 16:16:15 +02:00
|
|
|
system = "x86_64-linux";
|
|
|
|
nixos = ./system.nix;
|
2022-05-28 22:53:03 +03:00
|
|
|
}
|