stuff
This commit is contained in:
parent
11f90d871d
commit
02caf378fe
1 changed files with 8 additions and 8 deletions
|
|
@ -1,5 +1,13 @@
|
|||
{ lib, config, ... }:
|
||||
{
|
||||
imports = [
|
||||
./zones.nix
|
||||
./mosquitto.nix
|
||||
./bathroom.nix
|
||||
./lights.nix
|
||||
./heating.nix
|
||||
];
|
||||
|
||||
options.server.home-assistant.enable = lib.mkEnableOption "Enable home-assistant";
|
||||
|
||||
config = lib.mkIf config.server.home-assistant.enable {
|
||||
|
|
@ -8,14 +16,6 @@
|
|||
5683
|
||||
];
|
||||
|
||||
imports = [
|
||||
./zones.nix
|
||||
./mosquitto.nix
|
||||
./bathroom.nix
|
||||
./lights.nix
|
||||
./heating.nix
|
||||
];
|
||||
|
||||
services.home-assistant = {
|
||||
enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue