summaryrefslogtreecommitdiff
path: root/modules/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>2020-04-25 00:04:28 +0200
commit17eabf477b035ff4590640ebdfd69ca558437c51 (patch)
treece7f4b107f12ffad2ee3a221682779502e392ad3 /modules/default.nix
parentb3244321d6919229a7778f47f61b0df9afee3435 (diff)
downloadNUR-17eabf477b035ff4590640ebdfd69ca558437c51.tar.gz
NUR-17eabf477b035ff4590640ebdfd69ca558437c51.tar.zst
NUR-17eabf477b035ff4590640ebdfd69ca558437c51.zip
Add monitoring modules via naemon
Diffstat (limited to 'modules/default.nix')
-rw-r--r--modules/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/default.nix b/modules/default.nix
index 53469562..9e9c4111 100644
--- a/modules/default.nix
+++ b/modules/default.nix
@@ -13,6 +13,8 @@
13 opendmarc = ./opendmarc.nix; 13 opendmarc = ./opendmarc.nix;
14 openarc = ./openarc.nix; 14 openarc = ./openarc.nix;
15 15
16 naemon = ./naemon;
17
16 php-application = ./websites/php-application.nix; 18 php-application = ./websites/php-application.nix;
17 websites = ./websites; 19 websites = ./websites;
18} // (if builtins.pathExists ./private then import ./private else {}) 20} // (if builtins.pathExists ./private then import ./private else {})