hass: disable for now

It is probably pulling in ancient version of openssl, and that is
causing build to fail. Of coiurse, I don't want it to use insecure
version, so thats that.
This commit is contained in:
Payas Relekar 2023-12-25 23:39:50 +05:30
parent 06735369ff
commit 2207ab80eb

View file

@ -1,7 +1,7 @@
{ config, lib, pkgs, ... }:
{
services.home-assistant = {
enable = true;
enable = false;
openFirewall = true;
configWritable = true; # remove after setup
configDir = "/var/lib/hass";