add beszel host

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

View file

@ -6,6 +6,7 @@
./litellm.nix
./nixarr.nix
./monitoring.nix
./monitoring_new.nix
./pinchflat.nix
./openwebui.nix
./trilium.nix

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

View file

@ -149,6 +149,7 @@
environment.systemPackages = with pkgs; [
vlang
ttyd
pavucontrol
];
services.flatpak.packages = [