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

9 lines
160 B
Nix

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