Enable home-assistant for ha1
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{ ... }: {
|
||||
imports = [
|
||||
./configuration.nix
|
||||
../../services/home-assistant
|
||||
];
|
||||
}
|
||||
|
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