Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

monitoring

Nixpkgs overlay containing modules and packages dedicated to system monitoring.

Usage

Use the Nix modules in this repository by importing it in your configuration.nix as follows:

let

  monitoring = builtins.fetchGit {
    url = "https://github.com/senpro-it/monitoring.git";
    ref = "main";
    rev = "<commit-hash>";
  };

in {

  imports = [
    "${monitoring}/nixos"
    ./hardware-configuration.nix
  ];

  ...

}

About

Nixpkgs overlay containing modules and packages dedicated to system monitoring.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages