Add baszel agent to vms and xcy
This commit is contained in:
parent
a8cdec9d9a
commit
8d09ffa2d8
6 changed files with 30 additions and 0 deletions
|
|
@ -33,6 +33,15 @@
|
|||
tokenSecretFile = config.age.secrets.hawser-token;
|
||||
};
|
||||
|
||||
services.beszel.agent = {
|
||||
enable = true;
|
||||
environment = {
|
||||
HUB_URL = "https://beszel.jfreudenberger.de";
|
||||
DISABLE_SSH = "true";
|
||||
};
|
||||
environmentFile = config.age.secrets.beszel.path;
|
||||
};
|
||||
|
||||
networking.firewall = {
|
||||
checkReversePath = "loose";
|
||||
allowedTCPPorts = [
|
||||
|
|
|
|||
|
|
@ -2,5 +2,6 @@
|
|||
{
|
||||
age.secrets = {
|
||||
hawser-token.file = "${inputs.secrets}/secrets/xcy/hawser-token";
|
||||
beszel.file = "${inputs.secrets}/secrets/xcy/beszel";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue