dotfiles/hosts/h001/mods/monitoring_new.nix
RingOfStorms (Joshua Bell) cfdfeb5df2 add beszel host
2025-11-18 22:04:07 -06:00

15 lines
229 B
Nix

{
...
}:
{
config = {
services.beszel.hub = {
enable = true;
port = 8090;
host = "100.64.0.13";
environment = {
# DISABLE_PASSWORD_AUTH = "true"; # Once sso is setup
};
};
};
}