working build again

This commit is contained in:
Chris Cochrun 2024-08-23 13:38:28 -05:00
parent 869b4ecd73
commit 1c57018766
6 changed files with 24 additions and 57 deletions

View file

@ -266,22 +266,22 @@ in
pueue.enable = true;
# For matrix clients that don't have e2ee
pantalaimon = {
enable = true;
settings = {
Default = {
LogLevel = "Debug";
SSL = true;
};
local-matrix = {
Homeserver = "https://matrix.tfcconnection.org";
ListenAddress = "127.0.0.1";
ListenPort = 8008;
# SSL = true;
# IgnoreVerification = true;
};
};
};
# pantalaimon = {
# enable = true;
# settings = {
# Default = {
# LogLevel = "Debug";
# SSL = true;
# };
# local-matrix = {
# Homeserver = "https://matrix.tfcconnection.org";
# ListenAddress = "127.0.0.1";
# ListenPort = 8008;
# # SSL = true;
# # IgnoreVerification = true;
# };
# };
# };
};
# stylix = {