Enable home-assistant for ha1
This commit is contained in:
7
services/home-assistant/default.nix
Normal file
7
services/home-assistant/default.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
services.home-assistant = {
|
||||
enable = true;
|
||||
configWritable = true;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user