]> git.immae.eu Git - perso/Immae/Config/Nix/NUR.git/blobdiff - modules/default.nix
Add backup module
[perso/Immae/Config/Nix/NUR.git] / modules / default.nix
index acb0bb5161d18e3dc95db394ba54c1a7cb820da1..05f2bfe0e14ee193b31f60baf3cb1638debfa3c5 100644 (file)
@@ -1,6 +1,7 @@
 {
   myids = ./myids.nix;
   secrets = ./secrets.nix;
+  filesWatcher = ./filesWatcher.nix;
 
   webstats = ./webapps/webstats;
   diaspora = ./webapps/diaspora.nix;
@@ -9,5 +10,12 @@
   mediagoblin = ./webapps/mediagoblin.nix;
   peertube = ./webapps/peertube.nix;
 
+  opendmarc = ./opendmarc.nix;
+  openarc = ./openarc.nix;
+
+  backup = ./backup;
+  naemon = ./naemon;
+
+  php-application = ./websites/php-application.nix;
   websites = ./websites;
 } // (if builtins.pathExists ./private then import ./private else {})