aboutsummaryrefslogtreecommitdiff
path: root/modules/default.nix
diff options
context:
space:
mode:
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 5346956..9e9c411 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 {})