7 lines
106 B
Nix
7 lines
106 B
Nix
{ config, pkgs, ... }:
|
|
{
|
|
services.home-assistant = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
};
|
|
}
|