9 lines
119 B
Nix
9 lines
119 B
Nix
{ pkgs, ... }:
|
|
{
|
|
services.home-assistant = {
|
|
enable = true;
|
|
configWritable = true;
|
|
config = null;
|
|
};
|
|
}
|