add beszel host
This commit is contained in:
parent
bdf47474fb
commit
cfdfeb5df2
4 changed files with 20 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
./litellm.nix
|
||||
./nixarr.nix
|
||||
./monitoring.nix
|
||||
./monitoring_new.nix
|
||||
./pinchflat.nix
|
||||
./openwebui.nix
|
||||
./trilium.nix
|
||||
|
|
|
|||
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
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -149,6 +149,7 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
vlang
|
||||
ttyd
|
||||
pavucontrol
|
||||
];
|
||||
|
||||
services.flatpak.packages = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue