diff options
author | Rory& <root@rory.gay> | 2024-12-20 16:41:00 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-12-20 16:41:00 +0100 |
commit | 5d51405fe0953db1aeef34cebb32dd8d375853ac (patch) | |
tree | a94807d59976197d79df211115f63509b1327494 /host | |
parent | Add ooye flake input (diff) | |
download | Rory-Open-Architecture-5d51405fe0953db1aeef34cebb32dd8d375853ac.tar.xz |
Configure ooye
Diffstat (limited to 'host')
-rw-r--r-- | host/Rory-nginx/services/matrix/ooye.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/host/Rory-nginx/services/matrix/ooye.nix b/host/Rory-nginx/services/matrix/ooye.nix new file mode 100644 index 0000000..0a140ef --- /dev/null +++ b/host/Rory-nginx/services/matrix/ooye.nix @@ -0,0 +1,9 @@ +{ ... }: + +{ + services.matrix-ooye = { + enable = true; + homeserver = "https://matrix.rory.gay"; + enableSynapseIntegration = true; + }; +} |