working build again
This commit is contained in:
parent
869b4ecd73
commit
1c57018766
6 changed files with 24 additions and 57 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue