monitoring: refacto, extract from main config

This commit is contained in:
Antoine Martin 2021-01-27 21:49:03 +01:00
parent fa1dfcaaea
commit 13b3baa805
4 changed files with 102 additions and 65 deletions

7
services/default.nix Normal file
View file

@ -0,0 +1,7 @@
{ ... }:
{
imports = [
./monitoring.nix
];
}