host-keys: add lan keys
This commit is contained in:
parent
1f67f58a81
commit
1378e7154e
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
"workout.private" = {
|
||||
hostNames = [
|
||||
"workout.private"
|
||||
"workout.lan"
|
||||
config.module.cluster.services.tinc.private.hosts.workout.tincIp
|
||||
];
|
||||
publicKey =
|
||||
|
@ -51,6 +52,7 @@
|
|||
"pepe.private" = {
|
||||
hostNames = [
|
||||
"pepe.private"
|
||||
"pepe.lan"
|
||||
config.module.cluster.services.tinc.private.hosts.pepe.tincIp
|
||||
];
|
||||
publicKey =
|
||||
|
|
Loading…
Reference in a new issue