Basic module set up

This commit is contained in:
Natsu Kagami 2021-10-28 16:07:49 -04:00
parent 628b9840a1
commit 52d0f60f19
7 changed files with 173 additions and 1 deletions

View 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;
};
};
}