Réactivation Matrix Synapse

This commit is contained in:
nyanloutre 2018-09-27 16:11:02 +02:00
parent 39af4ec9d1
commit 463612335a
1 changed files with 1 additions and 3 deletions

View File

@ -212,7 +212,6 @@ in
postgresql.enable = true; postgresql.enable = true;
/*
matrix-synapse = { matrix-synapse = {
enable = true; enable = true;
package = unstable.matrix-synapse; package = unstable.matrix-synapse;
@ -274,7 +273,6 @@ in
disable_existing_loggers: False disable_existing_loggers: False
''; '';
}; };
*/
pgmanage = { pgmanage = {
enable = true; enable = true;
@ -372,6 +370,7 @@ in
Group = "nogroup"; Group = "nogroup";
}; };
}; };
*/
systemd.services.matrix-synapse = { systemd.services.matrix-synapse = {
serviceConfig = { serviceConfig = {
@ -379,7 +378,6 @@ in
MemoryMax = "5G"; MemoryMax = "5G";
}; };
}; };
*/
security.sudo.extraRules = [ security.sudo.extraRules = [
{ commands = [ { command = "${pkgs.smartmontools}/bin/smartctl"; options = [ "NOPASSWD" ]; } ]; users = [ "telegraf" ]; } { commands = [ { command = "${pkgs.smartmontools}/bin/smartctl"; options = [ "NOPASSWD" ]; } ]; users = [ "telegraf" ]; }