mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
service/home-automation: renmae from home-assistant
This commit is contained in:
parent
92047a8207
commit
0a3c383d08
3 changed files with 4 additions and 4 deletions
|
@ -37,7 +37,7 @@ in
|
|||
# downloadDir = "/data/tmp/aria2/";
|
||||
# };
|
||||
|
||||
home-assistant = {
|
||||
home-automation = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
./gitea
|
||||
./grafana
|
||||
./hedgedoc
|
||||
./home-assistant
|
||||
./home-automation
|
||||
./homepage
|
||||
./homer
|
||||
./initrd-ssh
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# home automation
|
||||
{ config, lib, pkgs, ... }:
|
||||
let
|
||||
cfg = config.my.services.home-assistant;
|
||||
cfg = config.my.services.home-automation;
|
||||
inherit (config.networking) domain;
|
||||
in
|
||||
{
|
||||
options.my.services.home-assistant = with lib; {
|
||||
options.my.services.home-automation = with lib; {
|
||||
enable = mkEnableOption "home-assistant server";
|
||||
|
||||
package = lib.mkPackageOption pkgs "home-assistant" { };
|
Loading…
Add table
Add a link
Reference in a new issue