This repository has been archived on 2026-07-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
nixos/modules/nix/beszel-agent.nix
T
beatzaplenty 474d243649
Check NixOS configurations / eval-hosts (push) Failing after 2m12s
remove beszel agent from docker and create module
2026-07-12 15:48:18 +10:00

12 lines
318 B
Nix

{ ... }:
{
services.beszel.agent.enable = true;
services.beszel.agent.environment = {
#DOCKER_HOST = "tcp://docker-socket-proxy:2375";
HUB_URL = "https://beszel.lan.ddnsgeek.com";
KEY = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA2Snq66P/6GwTEafKuu3D/V1f7ofjKL9GD6ik+Kf/Gn";
TOKEN = "235b3-25a94f482-84576-40d34c48";
};
}