Compare commits

...

2 Commits

Author SHA1 Message Date
9e854cf842 Pull request acceptée 2018-09-27 16:11:14 +02:00
463612335a Réactivation Matrix Synapse 2018-09-27 16:11:14 +02:00
2 changed files with 2 additions and 10 deletions

View File

@ -1,15 +1,9 @@
self: super:
let
unstable = import (fetchTarball https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz) {};
unstable-jackett = import (super.fetchFromGitHub {
owner = "r-ryantm";
repo = "nixpkgs";
rev = "969eccc471d6a7108e2d3a2d54dca3127ab004b3";
sha256 = "0kmz7g9r05dpikln1ad46dk06hid214cjcv3csp708gc0h3qj7zm";
}){};
in
{
jackett = unstable-jackett.jackett;
jackett = unstable.jackett;
radarr = unstable.radarr;
sonarr = unstable.sonarr;
emby = unstable.emby;

View File

@ -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" ]; }