fix mautrix-signal/whatsapp logging and remove old secrets
This commit is contained in:
parent
029421bd4b
commit
b5bfa3a4b2
@ -17,10 +17,6 @@ let
|
|||||||
return 200 '${builtins.toJSON data}';
|
return 200 '${builtins.toJSON data}';
|
||||||
'';
|
'';
|
||||||
in {
|
in {
|
||||||
environment.systemPackages = [
|
|
||||||
pkgs.mautrix-whatsapp
|
|
||||||
];
|
|
||||||
|
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
recommendedTlsSettings = true;
|
recommendedTlsSettings = true;
|
||||||
@ -212,11 +208,13 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
logging = {
|
logging = {
|
||||||
min-level = "warn";
|
min_level = "warn";
|
||||||
writers = {
|
writers = [
|
||||||
|
{
|
||||||
format = "pretty-colored";
|
format = "pretty-colored";
|
||||||
type = "stdout";
|
type = "stdout";
|
||||||
};
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -260,11 +258,13 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
logging = {
|
logging = {
|
||||||
min-level = "warn";
|
min_level = "warn";
|
||||||
writers = {
|
writers = [
|
||||||
|
{
|
||||||
format = "pretty-colored";
|
format = "pretty-colored";
|
||||||
type = "stdout";
|
type = "stdout";
|
||||||
};
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -69,7 +69,6 @@ in
|
|||||||
"services/matrix/synapse.age".publicKeys = servers ++ users;
|
"services/matrix/synapse.age".publicKeys = servers ++ users;
|
||||||
"services/matrix/mautrix-telegram.age".publicKeys = servers ++ users;
|
"services/matrix/mautrix-telegram.age".publicKeys = servers ++ users;
|
||||||
"services/matrix/mautrix-whatsapp.age".publicKeys = servers ++ users;
|
"services/matrix/mautrix-whatsapp.age".publicKeys = servers ++ users;
|
||||||
"services/matrix/mautrix-whatsapp.old.age".publicKeys = servers ++ users;
|
|
||||||
"services/matrix/mautrix-signal.age".publicKeys = servers ++ users;
|
"services/matrix/mautrix-signal.age".publicKeys = servers ++ users;
|
||||||
"services/nextcloud/adminpassFile.age".publicKeys = servers ++ users;
|
"services/nextcloud/adminpassFile.age".publicKeys = servers ++ users;
|
||||||
"services/nextcloud/dbpassFile.age".publicKeys = servers ++ users;
|
"services/nextcloud/dbpassFile.age".publicKeys = servers ++ users;
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user