From 3fb07c00dc5ed90616242631f5285af58b098c93 Mon Sep 17 00:00:00 2001 From: Payas Relekar Date: Wed, 27 Dec 2023 18:22:40 +0530 Subject: [PATCH] bebop: enable hass --- modules/home-assistant.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-assistant.nix b/modules/home-assistant.nix index 77e093e..d337b5c 100644 --- a/modules/home-assistant.nix +++ b/modules/home-assistant.nix @@ -1,7 +1,7 @@ { config, lib, pkgs, ... }: { services.home-assistant = { - enable = false; + enable = true; openFirewall = true; configWritable = true; # remove after setup configDir = "/var/lib/hass";