Added D53 and Diplonat
This commit is contained in:
parent
b99659f23e
commit
9ad682ae87
6 changed files with 119 additions and 2 deletions
|
|
@ -46,6 +46,11 @@ with lib;
|
|||
type = str;
|
||||
description = "Wireguard endpoint on the public internet";
|
||||
};
|
||||
|
||||
cnameTarget = mkOption {
|
||||
type = str;
|
||||
description = "CNAME target for DNS updater to forward service to right site";
|
||||
};
|
||||
};
|
||||
});
|
||||
};
|
||||
|
|
@ -60,18 +65,21 @@ with lib;
|
|||
pubkey = "/TJVF6aLEvqngjd8Gq3QkH5esEQSIL+ryz/uKdJaZEQ=";
|
||||
address = "10.0.1.1";
|
||||
endpoint = "92.179.73.254:19720";
|
||||
cnameTarget = "mayel-house.site.chokbar.bzh";
|
||||
};
|
||||
"riri" = {
|
||||
siteName = "gribse-house";
|
||||
pubkey = "lUUTv85m7vtIKY7+s//AWL5r/epjXSBZNJCrgjRfQj0=";
|
||||
address = "10.0.2.1";
|
||||
endpoint = "176.159.248.209:19720";
|
||||
cnameTarget = "gribse-house.site.chokbar.bzh";
|
||||
};
|
||||
"loulou" = {
|
||||
siteName = "zuma-house";
|
||||
pubkey = "J/liQaChv4ZBjwlLmobM0NA/Wwgl8nDcQEcGdsC5Exc=";
|
||||
address = "10.0.3.1";
|
||||
endpoint = "82.67.117.71:19720";
|
||||
cnameTarget = "zuma-house.site.chokbar.bzh";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue