summaryrefslogtreecommitdiff
path: root/nix/data/matterbridge.toml
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@nullring.xyz>2026-03-02 00:03:12 -0800
committerPreston Pan <ret2pop@nullring.xyz>2026-03-02 00:03:12 -0800
commit9484c4ec525c02caa8a65ecfe37ed24f1d4b321d (patch)
tree676712a1504939b37a69fbee9c235dc61917cd65 /nix/data/matterbridge.toml
parenta05e0614c1bb75f77717a943dc4ac75a0cca4652 (diff)
Remove local nix directory to prepare for submodule
Diffstat (limited to 'nix/data/matterbridge.toml')
-rw-r--r--nix/data/matterbridge.toml25
1 files changed, 0 insertions, 25 deletions
diff --git a/nix/data/matterbridge.toml b/nix/data/matterbridge.toml
deleted file mode 100644
index aebb8c2..0000000
--- a/nix/data/matterbridge.toml
+++ /dev/null
@@ -1,25 +0,0 @@
-[matrix.mymatrix]
-Server="https://matrix.ret2pop.net"
-Login="bridge"
-Password="${MATTERBRIDGE_MATRIX_PASS}"
-RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
-NoHomeServerSuffix=true
-
-[irc.myirc]
-Server="nullring.xyz:6697"
-Nick="bridge"
-RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
-UseTLS=true
-SkipTLSVerify=true
-
-[[gateway]]
-name="gateway1"
-enable=true
-
-[[gateway.inout]]
-account="matrix.mymatrix"
-channel="!BQZli4UPBNC5w6ntXu:matrix.ret2pop.net"
-
-[[gateway.inout]]
-account="irc.myirc"
-channel="#nullring" \ No newline at end of file