rm OOYE
This commit is contained in:
parent
9766e1447a
commit
c0db1a39c6
3 changed files with 0 additions and 38 deletions
|
|
@ -62,19 +62,6 @@ in
|
|||
};
|
||||
environmentFile = config.age.secrets."whatsapp.age".path;
|
||||
};
|
||||
|
||||
matrix-ooye = {
|
||||
enable = true;
|
||||
homeserver = client;
|
||||
homeserverName = domain;
|
||||
discordTokenPath = config.age.secrets."discordToken.age".path;
|
||||
discordClientSecretPath = config.age.secrets."discordClientSecret.age".path;
|
||||
socket = "8081";
|
||||
bridgeOrigin = "https://${domain}";
|
||||
};
|
||||
|
||||
caddy.virtualHosts."${domain}".extraConfig =
|
||||
"reverse_proxy 127.0.0.1:${config.services.matrix-ooye.socket}";
|
||||
};
|
||||
|
||||
systemd.services.matrix-ooye.serviceConfig.Restart = lib.mkForce "always";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue