From 18d1ce711dabf8bdfec6e790a882475c60333e04 Mon Sep 17 00:00:00 2001 From: Finn Date: Tue, 9 Jun 2026 08:10:45 +0200 Subject: [PATCH] chore(HA): Removed uneccessary Unstable Overlay import --- modules/environments/home-assistant/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/environments/home-assistant/default.nix b/modules/environments/home-assistant/default.nix index 759a54f..07cbc0c 100644 --- a/modules/environments/home-assistant/default.nix +++ b/modules/environments/home-assistant/default.nix @@ -11,11 +11,6 @@ let hostName = config.networking.hostName; in { - imports = [ - # services.openthread-border-router isn't in nixos-25.11; pull from - # nixpkgs-unstable. Package comes from the existing unstable overlay. - "${self.inputs.nixpkgs-unstable}/nixos/modules/services/home-automation/openthread-border-router.nix" - ]; options.my.profiles.home-assistant = with lib; { enable = mkEnableOption "Home Automation";