summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-01-28 22:54:19 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-02-15 23:15:09 +0100
commit42c09098485931abe5051021fb6986fe6f8fa072 (patch)
tree90888fc27142b2bf2b21fcdcdc0da0ccef5b991a
parented9c8d388e818858102b8956ee140a4cc18bb3b3 (diff)
downloadnixpkgs-42c09098485931abe5051021fb6986fe6f8fa072.tar
nixpkgs-42c09098485931abe5051021fb6986fe6f8fa072.tar.gz
nixpkgs-42c09098485931abe5051021fb6986fe6f8fa072.tar.bz2
nixpkgs-42c09098485931abe5051021fb6986fe6f8fa072.tar.lz
nixpkgs-42c09098485931abe5051021fb6986fe6f8fa072.tar.xz
nixpkgs-42c09098485931abe5051021fb6986fe6f8fa072.tar.zst
nixpkgs-42c09098485931abe5051021fb6986fe6f8fa072.zip
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.
-rw-r--r--nixos/modules/module-list.nix2
-rw-r--r--nixos/modules/services/home-automation/home-assistant.nix (renamed from nixos/modules/services/misc/home-assistant.nix)0
2 files changed, 1 insertions, 1 deletions
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
index fc8ce08b2e1..fc8ce08b2e1 100644
--- a/nixos/modules/services/misc/home-assistant.nix
+++ b/nixos/modules/services/home-automation/home-assistant.nix