]> git.immae.eu Git - perso/Immae/Config/Nix.git/blob - modules/default.nix
Add opendmarc openarc and opendkim configuration and packages
[perso/Immae/Config/Nix.git] / modules / default.nix
1 {
2 myids = ./myids.nix;
3 secrets = ./secrets.nix;
4 filesWatcher = ./filesWatcher.nix;
5
6 webstats = ./webapps/webstats;
7 diaspora = ./webapps/diaspora.nix;
8 etherpad-lite = ./webapps/etherpad-lite.nix;
9 mastodon = ./webapps/mastodon.nix;
10 mediagoblin = ./webapps/mediagoblin.nix;
11 peertube = ./webapps/peertube.nix;
12
13 opendmarc = ./opendmarc.nix;
14 openarc = ./openarc.nix;
15
16 php-application = ./websites/php-application.nix;
17 websites = ./websites;
18 } // (if builtins.pathExists ./private then import ./private else {})