chore(HA): Removed uneccessary Unstable Overlay import

This commit is contained in:
2026-06-09 08:10:45 +02:00
parent cbdb42f333
commit 18d1ce711d
@@ -11,11 +11,6 @@ let
hostName = config.networking.hostName; hostName = config.networking.hostName;
in 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; { options.my.profiles.home-assistant = with lib; {
enable = mkEnableOption "Home Automation"; enable = mkEnableOption "Home Automation";