Revert "matrix: configure sliding sync proxy"
This reverts commit 67cd1b08b5
.
This commit is contained in:
parent
67cd1b08b5
commit
0f844c8bb2
5 changed files with 27 additions and 55 deletions
|
@ -119,8 +119,7 @@ in
|
|||
domains = [ "internal" ];
|
||||
dns = [ data.lasting-integrity.ip ];
|
||||
linkConfig.MTUBytes = "1342";
|
||||
routes = [
|
||||
(
|
||||
routes = [(
|
||||
if config.chvp.base.network.wireguard.server then {
|
||||
Gateway = "${data.${config.networking.hostName}.ip}";
|
||||
Destination = subnet;
|
||||
|
@ -129,8 +128,7 @@ in
|
|||
Destination = subnet;
|
||||
GatewayOnLink = true;
|
||||
}
|
||||
)
|
||||
];
|
||||
)];
|
||||
};
|
||||
};
|
||||
services = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue