nix-home/modules/my-tinc/hosts/default.nix
2021-10-28 16:30:27 -04:00

11 lines
187 B
Nix

{
# TODO: Edit the list of hosts here.
hosts = {
nki-cloud = {
subnetAddr = "10.0.0.10";
address = "nki.personal";
rsaPublicKey = ./nki-cloud.pub;
};
};
}