Merge pull request 'refactor(beszel): move KEY and TOKEN fully into enable-agent.nix' (#98) from worktree-docs-beszel-guide into main
Check NixOS configurations / eval-hosts (push) Successful in 10m45s

Reviewed-on: #98
This commit was merged in pull request #98.
This commit is contained in:
2026-07-29 02:38:19 +00:00
10 changed files with 32 additions and 88 deletions
+1
View File
@@ -16,6 +16,7 @@
environment = {
#DOCKER_HOST = "tcp://docker-socket-proxy:2375";
HUB_URL = "http://${vars.dockerHost}.${vars.homeDomain}:${toString vars.ports.beszelHub}";
KEY = vars.beszelHubKey;
};
};