From 55dd993389597ef2af37f70abb5bc0fecd471ee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Thu, 13 Jun 2019 15:39:33 +0200 Subject: [PATCH] home-assistant --- configs/default.nix | 1 + configs/home-assistant.nix | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 configs/home-assistant.nix diff --git a/configs/default.nix b/configs/default.nix index 163b5e9..60f9bb6 100644 --- a/configs/default.nix +++ b/configs/default.nix @@ -19,6 +19,7 @@ + # diff --git a/configs/home-assistant.nix b/configs/home-assistant.nix new file mode 100644 index 0000000..ef2ef53 --- /dev/null +++ b/configs/home-assistant.nix @@ -0,0 +1,7 @@ +{ + services.home-assistant = { + enable = true; + configWritable = true; + lovelaceConfigWritable = true; + }; +}