From 4db098206f47337c36392ef73b1c76de03bab38b Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Mon, 16 Mar 2026 17:45:46 -0500 Subject: [PATCH] nuc --- modules/nixos/homeassistant/services/esphome/default.nix | 6 +----- systems/x86_64-linux/nuc-nixos/default.nix | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/modules/nixos/homeassistant/services/esphome/default.nix b/modules/nixos/homeassistant/services/esphome/default.nix index a6518fe..a62227b 100644 --- a/modules/nixos/homeassistant/services/esphome/default.nix +++ b/modules/nixos/homeassistant/services/esphome/default.nix @@ -15,11 +15,7 @@ in image = "ghcr.io/esphome/esphome:2026.2.4"; ports = [ "6052:6052" ]; volumes = [ - "/var/lib/esphome:/config" - # Persist the PlatformIO core dir (penv, packages, platforms) so the - # pioarduino penv_setup.py dependency install only runs once rather - # than on every container restart. - "/var/lib/esphome/.platformio:/root/.platformio" + "/esphome:/config" ]; environment = { TZ = "America/Chicago"; diff --git a/systems/x86_64-linux/nuc-nixos/default.nix b/systems/x86_64-linux/nuc-nixos/default.nix index b8386e4..c8182f1 100644 --- a/systems/x86_64-linux/nuc-nixos/default.nix +++ b/systems/x86_64-linux/nuc-nixos/default.nix @@ -31,7 +31,7 @@ impermanence = { enable = true; extraDirectories = [ - "/var/lib/esphome" + "/esphome" "/var/lib/homeassistant" "/var/lib/mosquitto" "/var/lib/music-assistant"