From d9acf5383b5aee47606bf588362c1bc43ded8fd4 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Mon, 14 Aug 2023 09:10:17 -0600 Subject: [PATCH] box: switch to unstable hass, disable aprs tracking --- hosts/box/default.nix | 47 ++++++++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/hosts/box/default.nix b/hosts/box/default.nix index 1e755fc..540a448 100644 --- a/hosts/box/default.nix +++ b/hosts/box/default.nix @@ -54,7 +54,7 @@ in { _module.args.isUnstable = false; imports = [ ./hardware-configuration.nix - #"${inputs.unstable}/nixos/modules/services/home-automation/home-assistant.nix" + "${inputs.unstable}/nixos/modules/services/home-automation/home-assistant.nix" ]; systemd.tmpfiles.rules = [ @@ -183,16 +183,16 @@ in { nixpkgs = { config.allowUnfree = true; - #overlays = [ - # (self: super: { - # inherit (inputs.unstable.legacyPackages.${pkgs.system}) home-assistant; - # }) - #]; + overlays = [ + (self: super: { + inherit (inputs.unstable.legacyPackages.${pkgs.system}) home-assistant; + }) + ]; }; - #disabledModules = [ - # "services/home-automation/home-assistant.nix" - #]; + disabledModules = [ + "services/home-automation/home-assistant.nix" + ]; environment.systemPackages = with pkgs; [ tmux @@ -273,7 +273,7 @@ in { "airvisual" "airvisual_pro" "apple_tv" - "aprs" + #"aprs" "brother" "esphome" "ffmpeg" @@ -285,6 +285,7 @@ in { "met" "mqtt" "nextdns" + "openevse" "prometheus" "pushover" "rest" @@ -311,7 +312,7 @@ in { logger = { default = "warning"; logs = { - "homeassistant.components.aprs" = "debug"; + #"homeassistant.components.aprs" = "debug"; }; }; "automation manual" = [ @@ -327,18 +328,18 @@ in { } ]; device_tracker = [ - { - platform = "aprs"; - username = "KD0WKW-15"; - callsigns = [ - "KD0WKW-0" - "KD0WKW-1" - "KD0WKW-2" - "KD0WKW-3" - "KD0WKW-4" - "KD0WKW-5" - ]; - } + #{ + # platform = "aprs"; + # username = "KD0WKW-15"; + # callsigns = [ + # "KD0WKW-0" + # "KD0WKW-1" + # "KD0WKW-2" + # "KD0WKW-3" + # "KD0WKW-4" + # "KD0WKW-5" + # ]; + #} ]; default_config = {}; http = {