aboutsummaryrefslogtreecommitdiff
path: root/modules/private/default.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-07-17 11:33:57 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-07-17 11:33:57 +0200
commit3bc32d9ebd9b0900eeef756122ad28f8857f8bfe (patch)
treeff92459e654fde6fe559dfd383d6a76e05a347cf /modules/private/default.nix
parente886ea19877fa0d4de32d35939f69e9c18681d59 (diff)
downloadNix-3bc32d9ebd9b0900eeef756122ad28f8857f8bfe.tar.gz
Nix-3bc32d9ebd9b0900eeef756122ad28f8857f8bfe.tar.zst
Nix-3bc32d9ebd9b0900eeef756122ad28f8857f8bfe.zip
Add monitoring modules via naemon
Diffstat (limited to 'modules/private/default.nix')
-rw-r--r--modules/private/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/private/default.nix b/modules/private/default.nix
index 552ee8c..5f97f7f 100644
--- a/modules/private/default.nix
+++ b/modules/private/default.nix
@@ -64,6 +64,7 @@ set = {
64 ftp = ./ftp.nix; 64 ftp = ./ftp.nix;
65 mpd = ./mpd.nix; 65 mpd = ./mpd.nix;
66 ssh = ./ssh; 66 ssh = ./ssh;
67 monitoring = ./monitoring;
67 68
68 system = ./system.nix; 69 system = ./system.nix;
69}; 70};