add beszel host

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-11-18 22:04:07 -06:00
parent 5ac3d4d63d
commit 932050fb0b
4 changed files with 20 additions and 0 deletions

View 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
};
};
};
}