From 42c09098485931abe5051021fb6986fe6f8fa072 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Fri, 28 Jan 2022 22:54:19 +0100 Subject: [PATCH] nixos/home-assistant: move module into home-automation category Putting so many things into misc is not great, so let's open up a new category called home-automation here and now. --- nixos/modules/module-list.nix | 2 +- .../services/{misc => home-automation}/home-assistant.nix | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename nixos/modules/services/{misc => home-automation}/home-assistant.nix (100%) diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix index fa44d01b5aa..5bfa35c3e90 100644 --- a/nixos/modules/module-list.nix +++ b/nixos/modules/module-list.nix @@ -450,6 +450,7 @@ ./services/hardware/undervolt.nix ./services/hardware/vdr.nix ./services/hardware/xow.nix + ./services/home-automation/home-assistant.nix ./services/logging/SystemdJournal2Gelf.nix ./services/logging/awstats.nix ./services/logging/filebeat.nix @@ -545,7 +546,6 @@ ./services/misc/headphones.nix ./services/misc/heisenbridge.nix ./services/misc/greenclip.nix - ./services/misc/home-assistant.nix ./services/misc/ihaskell.nix ./services/misc/input-remapper.nix ./services/misc/irkerd.nix diff --git a/nixos/modules/services/misc/home-assistant.nix b/nixos/modules/services/home-automation/home-assistant.nix similarity index 100% rename from nixos/modules/services/misc/home-assistant.nix rename to nixos/modules/services/home-automation/home-assistant.nix