aboutsummaryrefslogtreecommitdiff
path: root/home/profiles/matrix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/profiles/matrix.nix')
-rw-r--r--home/profiles/matrix.nix18
1 files changed, 0 insertions, 18 deletions
diff --git a/home/profiles/matrix.nix b/home/profiles/matrix.nix
deleted file mode 100644
index bf85482..0000000
--- a/home/profiles/matrix.nix
+++ /dev/null
@@ -1,18 +0,0 @@
-{ config, lib, pkgs, ... }: {
- services.pantalaimon = {
- enable = true;
- settings = {
- Default = {
- LogLevel = "Debug";
- SSL = true;
- };
- local-matrix = {
- Homeserver = "https://matrix.kifla.be";
- ListenAddress = "localhost";
- ListenPort = 8009;
- IgnoreVerification = false;
- UseKeyring = false;
- };
- };
- };
-}