]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/default.nix
Adjust load warnings for monitoring
[perso/Immae/Config/Nix.git] / modules / default.nix
index 7db0cc27aed39512a3f12bbc883e59e927f0485a..03b9adc9c92a162956dc003ae32eff3b1b82491c 100644 (file)
@@ -1,8 +1,24 @@
 {
   myids = ./myids.nix;
   secrets = ./secrets.nix;
+  filesWatcher = ./filesWatcher.nix;
 
+  webstats = ./webapps/webstats;
+  diaspora = ./webapps/diaspora.nix;
+  etherpad-lite = ./webapps/etherpad-lite.nix;
   mastodon = ./webapps/mastodon.nix;
   mediagoblin = ./webapps/mediagoblin.nix;
   peertube = ./webapps/peertube.nix;
-}
+  fiche = ./webapps/fiche.nix;
+
+  opendmarc = ./opendmarc.nix;
+  openarc = ./openarc.nix;
+
+  duplyBackup = ./duply_backup;
+  rsyncBackup = ./rsync_backup;
+  naemon = ./naemon;
+
+  php-application = ./websites/php-application.nix;
+  zrepl = ./zrepl.nix;
+  websites = ./websites;
+} // (if builtins.pathExists ./private then import ./private else {})