]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/default.nix
Add opendmarc openarc and opendkim configuration and packages
[perso/Immae/Config/Nix.git] / modules / default.nix
index 7db0cc27aed39512a3f12bbc883e59e927f0485a..53469562a298a46356ebbf679b6ff681c4460707 100644 (file)
@@ -1,8 +1,18 @@
 {
   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;
-}
+
+  opendmarc = ./opendmarc.nix;
+  openarc = ./openarc.nix;
+
+  php-application = ./websites/php-application.nix;
+  websites = ./websites;
+} // (if builtins.pathExists ./private then import ./private else {})