Basic module set up
This commit is contained in:
parent
628b9840a1
commit
52d0f60f19
7 changed files with 173 additions and 1 deletions
10
modules/my-tinc/hosts/default.nix
Normal file
10
modules/my-tinc/hosts/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
# TODO: Edit the list of hosts here.
|
||||
hosts = {
|
||||
nki-cloud = {
|
||||
subnetAddr = "10.0.0.10";
|
||||
address = "nki.personal";
|
||||
rsaPublicKey = ./nki-cloud;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue