summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2020-01-04 21:31:05 +0100
committermakefu <github@syntax-fehler.de>2020-01-04 21:31:05 +0100
commit5d360afeace33a1e83e44b5ff0b9e0da408a6b2f (patch)
tree34c55cfe8026c87889d2fa5e83891fc55842de43
parent262c350bae84d73ca48b2371fb9403113e097abd (diff)
ma homeautomation: remove python3 pinning
-rw-r--r--makefu/2configs/homeautomation/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/makefu/2configs/homeautomation/default.nix b/makefu/2configs/homeautomation/default.nix
index c4fef1bf..4e9ac0ee 100644
--- a/makefu/2configs/homeautomation/default.nix
+++ b/makefu/2configs/homeautomation/default.nix
@@ -108,7 +108,6 @@ in {
];
services.home-assistant = {
- package = pkgs.home-assistant.override { python3 = pkgs.python36; };
config = {
homeassistant = {
name = "Home"; time_zone = "Europe/Berlin";