add beszel hub
This commit is contained in:
parent
cfdfeb5df2
commit
53415e179a
3 changed files with 30 additions and 0 deletions
|
|
@ -1,9 +1,21 @@
|
|||
{
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
declaration = "services/monitoring/beszel-hub.nix";
|
||||
nixpkgs = inputs.beszel-nixpkgs;
|
||||
pkgs = import nixpkgs {
|
||||
system = "x86_64-linux";
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
in
|
||||
{
|
||||
disabledModules = [ declaration ];
|
||||
imports = [ "${nixpkgs}/nixos/modules/${declaration}" ];
|
||||
config = {
|
||||
services.beszel.hub = {
|
||||
package = pkgs.beszel;
|
||||
enable = true;
|
||||
port = 8090;
|
||||
host = "100.64.0.13";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue