From 463612335a3f1647006f9f49ade1905d3b3066e1 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Thu, 27 Sep 2018 16:11:02 +0200 Subject: [PATCH 1/2] =?UTF-8?q?R=C3=A9activation=20Matrix=20Synapse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- systems/LoutreOS/services.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/systems/LoutreOS/services.nix b/systems/LoutreOS/services.nix index 2c4553d..0b0f632 100644 --- a/systems/LoutreOS/services.nix +++ b/systems/LoutreOS/services.nix @@ -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" ]; } From 9e854cf8427446aa474b76ef38ae7047ebe5e45f Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Thu, 27 Sep 2018 16:09:50 +0200 Subject: [PATCH 2/2] =?UTF-8?q?Pull=20request=20accept=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- overlays/unstable_pkgs.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/overlays/unstable_pkgs.nix b/overlays/unstable_pkgs.nix index fcf609a..21ac9fa 100644 --- a/overlays/unstable_pkgs.nix +++ b/overlays/unstable_pkgs.nix @@ -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;