This commit is contained in:
2026-04-10 09:48:57 -05:00
parent ee55a543fa
commit 26d5a8c686
3 changed files with 6 additions and 1 deletions

View File

@@ -14,6 +14,10 @@ in
autoStart = true;
image = "ghcr.io/esphome/esphome:2026.2.4";
ports = [ "6052:6052" ];
devices = [
"/dev/ttyUSB0"
];
privileged = true;
volumes = [
"/esphome:/config"
# Persist the PlatformIO core dir (penv, packages, platforms) so the

View File

@@ -114,7 +114,7 @@ let
serviceConfig = {
ExecStart = "${pkgs.${namespace}.nebula-ui}/bin/nebula-ui";
User = name;
Group = name;
GlistenAddressroup = name;
Restart = "on-failure";
RestartSec = "5s";

View File

@@ -109,6 +109,7 @@ in
hashedPasswordFile = resolvedPasswordFile;
extraGroups = [
"dialout"
"wheel"
"keys"
"networkmanager"