Added beszel to homepage

This commit is contained in:
2025-04-30 15:56:19 +02:00
parent 5f0eb27281
commit 4ab5ad76cf
2 changed files with 12 additions and 0 deletions

View File

@@ -40,9 +40,12 @@ in {
"${config.sops.secrets."containers/beszel/key".path}:/run/secrets/key"
];
user = 1000;
userNS = "keep-id";
environment = {
LISTEN = "/beszel_socket/beszel.sock";
KEY_FILE = "/run/secrets/key";
DOCKER_HOST = "unix:///var/run/podman.sock";
};
};