Enable home-assistant for ha1
This commit is contained in:
parent
574b53c828
commit
02086999cc
@ -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;
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user