Add Out of Your Element
This commit is contained in:
parent
b41fbbe6f8
commit
25391e3261
8 changed files with 26 additions and 0 deletions
16
config/hosts/grondahl/services/ooye.nix
Normal file
16
config/hosts/grondahl/services/ooye.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Out of your Element prerequisites
|
||||
{ config, ... }:
|
||||
{
|
||||
imports = [
|
||||
./ooye/module.nix
|
||||
];
|
||||
services.matrix-ooye = {
|
||||
enable = true;
|
||||
homeserver = "http://localhost:8008";
|
||||
namespace = "_discord_";
|
||||
discordClientSecretPath = builtins.toString config.secrets.files.ooye_client_secret.file;
|
||||
discordTokenPath = builtins.toString config.secrets.files.ooye_token.file;
|
||||
bridgeOrigin = "https://ooye.anarkafem.dev";
|
||||
enableSynapseIntegration = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue