add beszel host
This commit is contained in:
parent
5ac3d4d63d
commit
932050fb0b
4 changed files with 20 additions and 0 deletions
15
hosts/h001/mods/monitoring_new.nix
Normal file
15
hosts/h001/mods/monitoring_new.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
...
|
||||
}:
|
||||
{
|
||||
config = {
|
||||
services.beszel.hub = {
|
||||
enable = true;
|
||||
port = 8090;
|
||||
host = "100.64.0.13";
|
||||
environment = {
|
||||
# DISABLE_PASSWORD_AUTH = "true"; # Once sso is setup
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue