Réactivation Matrix Synapse
This commit is contained in:
parent
39af4ec9d1
commit
463612335a
@ -212,7 +212,6 @@ in
|
||||
|
||||
postgresql.enable = true;
|
||||
|
||||
/*
|
||||
matrix-synapse = {
|
||||
enable = true;
|
||||
package = unstable.matrix-synapse;
|
||||
@ -274,7 +273,6 @@ in
|
||||
disable_existing_loggers: False
|
||||
'';
|
||||
};
|
||||
*/
|
||||
|
||||
pgmanage = {
|
||||
enable = true;
|
||||
@ -372,6 +370,7 @@ in
|
||||
Group = "nogroup";
|
||||
};
|
||||
};
|
||||
*/
|
||||
|
||||
systemd.services.matrix-synapse = {
|
||||
serviceConfig = {
|
||||
@ -379,7 +378,6 @@ in
|
||||
MemoryMax = "5G";
|
||||
};
|
||||
};
|
||||
*/
|
||||
|
||||
security.sudo.extraRules = [
|
||||
{ commands = [ { command = "${pkgs.smartmontools}/bin/smartctl"; options = [ "NOPASSWD" ]; } ]; users = [ "telegraf" ]; }
|
||||
|
Loading…
Reference in New Issue
Block a user