From 07c700f69b9443d201cec0dbeff61564d3ed78c4 Mon Sep 17 00:00:00 2001 From: ibizaman Date: Sun, 21 Sep 2025 10:48:18 +0200 Subject: [PATCH] home-assistant: fix module name --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 77e96fb..03b4a7b 100644 --- a/flake.nix +++ b/flake.nix @@ -79,7 +79,7 @@ self.nixosModules.${system}.grocy self.nixosModules.${system}.hledger self.nixosModules.${system}.immich - self.nixosModules.${system}.assistant + self.nixosModules.${system}.home-assistant self.nixosModules.${system}.jellyfin self.nixosModules.${system}.nextcloud-server self.nixosModules.${system}.pinchflat @@ -114,7 +114,7 @@ nixosModules.grocy = modules/services/grocy.nix; nixosModules.hledger = modules/services/hledger.nix; nixosModules.immich = modules/services/immich.nix; - nixosModules.assistant = modules/services/home-assistant.nix; + nixosModules.home-assistant = modules/services/home-assistant.nix; nixosModules.jellyfin = modules/services/jellyfin.nix; nixosModules.nextcloud-server = modules/services/nextcloud-server.nix; nixosModules.pinchflat = modules/services/pinchflat.nix;