Archived
remove beszel agent from docker and create module
Check NixOS configurations / eval-hosts (push) Failing after 2m12s
Check NixOS configurations / eval-hosts (push) Failing after 2m12s
This commit is contained in:
@@ -42,13 +42,13 @@ boot.zfs.forceImportRoot = false;
|
|||||||
# };
|
# };
|
||||||
};
|
};
|
||||||
|
|
||||||
services.beszel.agent.enable = true;
|
#services.beszel.agent.enable = true;
|
||||||
services.beszel.agent.environment = {
|
#services.beszel.agent.environment = {
|
||||||
DOCKER_HOST = "tcp://docker-socket-proxy:2375";
|
#DOCKER_HOST = "tcp://docker-socket-proxy:2375";
|
||||||
HUB_URL = "http://beszel:8090";
|
#HUB_URL = "http://beszel:8090";
|
||||||
KEY = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA2Snq66P/6GwTEafKuu3D/V1f7ofjKL9GD6ik+Kf/Gn";
|
#KEY = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA2Snq66P/6GwTEafKuu3D/V1f7ofjKL9GD6ik+Kf/Gn";
|
||||||
TOKEN = "235b3-25a94f482-84576-40d34c48";
|
#TOKEN = "235b3-25a94f482-84576-40d34c48";
|
||||||
};
|
#};
|
||||||
|
|
||||||
services.tailscale.enable = true;
|
services.tailscale.enable = true;
|
||||||
# Enable docker-compose
|
# Enable docker-compose
|
||||||
|
|||||||
@@ -0,0 +1,11 @@
|
|||||||
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
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";
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user