X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=modules%2Fdefault.nix;h=53469562a298a46356ebbf679b6ff681c4460707;hp=7db0cc27aed39512a3f12bbc883e59e927f0485a;hb=411af8e3f754278c5b54dfef7e1bd144a6007c39;hpb=613aea5685ad4c698386c374474d8853bb736503 diff --git a/modules/default.nix b/modules/default.nix index 7db0cc2..5346956 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -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 {})