Revert "matrix: configure sliding sync proxy"

This reverts commit 67cd1b08b5.
This commit is contained in:
Charlotte Van Petegem 2024-06-17 10:46:35 +02:00
parent 67cd1b08b5
commit 0f844c8bb2
No known key found for this signature in database
GPG key ID: 019E764B7184435A
5 changed files with 27 additions and 55 deletions

View file

@ -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 = {