X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=modules%2Fdefault.nix;h=9e9c4111f60b30b15862d3a609fea0681ae1318c;hb=3bc32d9ebd9b0900eeef756122ad28f8857f8bfe;hp=c920a5158ec7bf7e3185962f94b71b364bd20598;hpb=742c28ad92467859fb7f54c4b8b4d09d9864a75e;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/modules/default.nix b/modules/default.nix index c920a51..9e9c411 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -1,10 +1,20 @@ { 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; + + naemon = ./naemon; + + php-application = ./websites/php-application.nix; + websites = ./websites; +} // (if builtins.pathExists ./private then import ./private else {})