From 543fcc38c9c48349d6988b1ace119f0cef2d6efa Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 9 Dec 2023 09:15:23 -0800 Subject: delete even more unused configurations --- home/profiles/matrix.nix | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 home/profiles/matrix.nix (limited to 'home/profiles/matrix.nix') 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; - }; - }; - }; -} -- cgit v1.2.3