From 550aba79f0e23f5707cc75aad41277e4ca7a8d20 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Fri, 11 Sep 2020 02:02:55 +0200 Subject: [PATCH] =?UTF-8?q?d=C3=A9sactivation=20script=20maison=20HS110?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- systems/LoutreOS/monitoring.nix | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/systems/LoutreOS/monitoring.nix b/systems/LoutreOS/monitoring.nix index 9449cf037..d60beed64 100644 --- a/systems/LoutreOS/monitoring.nix +++ b/systems/LoutreOS/monitoring.nix @@ -51,18 +51,6 @@ in path = "${pkgs.writeShellScriptBin "smartctl" "/run/wrappers/bin/sudo ${pkgs.smartmontools}/bin/smartctl $@"}/bin/smartctl"; }; exec= [ - { commands = [ - "${pkgs.python}/bin/python ${ - pkgs.fetchgit { - url = "https://gitlab.com/nyanloutre/tplink-smartplug.git"; - rev = "a0996112fc451b76448589698de440ad5fd6ea79"; - sha256 = "1f1625g7rfsddgk428g76p8fr7vz5gfhq3f452q17bjni3rf2pj3"; - } - }/tplink_smartplug.py -t 10.30.50.7 -c energy" - ]; - data_format = "json"; - name_suffix = "_tplink-smartplug"; - } { commands = [ "${pkgs.python3}/bin/python ${pkgs.writeText "zpool.py" ''