nix-home/modules/my-tinc/hosts/default.nix

11 lines
187 B
Nix
Raw Normal View History

2021-10-28 20:07:49 +00:00
{
# TODO: Edit the list of hosts here.
hosts = {
nki-cloud = {
subnetAddr = "10.0.0.10";
address = "nki.personal";
2021-10-28 20:30:27 +00:00
rsaPublicKey = ./nki-cloud.pub;
2021-10-28 20:07:49 +00:00
};
};
}