summaryrefslogtreecommitdiffstats
path: root/2configs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2019-02-05 22:33:26 +0100
committermakefu <github@syntax-fehler.de>2019-02-05 22:33:26 +0100
commit35a662a52bf7dd0d027e32f9f83a7b380ea54b22 (patch)
treea498e349204a8d36dafd64cd4a4fb8728cf44937 /2configs
parent40df9a7677533ef87a1527b908e83583cae8e870 (diff)
ma homeautomation: permit Insecure homeassistant
Diffstat (limited to '2configs')
-rw-r--r--2configs/homeautomation/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/2configs/homeautomation/default.nix b/2configs/homeautomation/default.nix
index 596d0002a..2af311c3b 100644
--- a/2configs/homeautomation/default.nix
+++ b/2configs/homeautomation/default.nix
@@ -257,4 +257,8 @@ in {
enable = true;
#configDir = "/var/lib/hass";
};
+ nixpkgs.config.permittedInsecurePackages = [
+ "homeassistant-0.77.2"
+ ];
+
}