add conduwuit matrix server
This commit is contained in:
parent
c1352fdd88
commit
877e806b3a
8 changed files with 205 additions and 0 deletions
|
@ -63,6 +63,14 @@
|
|||
publicKey = "pXiOmI3aspl2IvdvLXLddxw76QYMRTACNm42nq+L4D0=";
|
||||
privateKeyFile = config.sops.secrets."wg/0xa-proxy".path;
|
||||
};
|
||||
"conduwuit" = {
|
||||
address = [
|
||||
"10.89.88.16/24"
|
||||
"fd31:185d:722f::16/48"
|
||||
];
|
||||
publicKey = "dj5/CnTAFe5ELnZ5oWonYc+5VdzDyooTYGb/bqcxf3Y=";
|
||||
privateKeyFile = config.sops.secrets."wg/0xa-proxy".path;
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue