cleanup
This commit is contained in:
parent
d7fd73dc61
commit
100932bf48
1 changed files with 0 additions and 3 deletions
|
@ -59,12 +59,10 @@ in
|
||||||
hosts = {
|
hosts = {
|
||||||
sternchen = {
|
sternchen = {
|
||||||
tincIp = "10.123.42.25";
|
tincIp = "10.123.42.25";
|
||||||
# publicKey = lib.fileContents ../../assets/tinc/sterni_host_file;
|
|
||||||
publicKey = lib.fileContents ../../assets/tinc/sternchen_host_file;
|
publicKey = lib.fileContents ../../assets/tinc/sternchen_host_file;
|
||||||
};
|
};
|
||||||
sterni = {
|
sterni = {
|
||||||
tincIp = "10.123.42.24";
|
tincIp = "10.123.42.24";
|
||||||
# publicKey = lib.fileContents ../../assets/tinc/sterni_host_file;
|
|
||||||
publicKey = lib.fileContents ../../assets/tinc/workout_host_file;
|
publicKey = lib.fileContents ../../assets/tinc/workout_host_file;
|
||||||
};
|
};
|
||||||
porani = {
|
porani = {
|
||||||
|
@ -102,7 +100,6 @@ in
|
||||||
};
|
};
|
||||||
sterni = {
|
sterni = {
|
||||||
tincIp = "10.23.42.24";
|
tincIp = "10.23.42.24";
|
||||||
# publicKey = lib.fileContents ../../assets/tinc/sterni_host_file;
|
|
||||||
publicKey = lib.fileContents ../../assets/tinc/workout_host_file;
|
publicKey = lib.fileContents ../../assets/tinc/workout_host_file;
|
||||||
};
|
};
|
||||||
mobi = {
|
mobi = {
|
||||||
|
|
Loading…
Reference in a new issue