summaryrefslogtreecommitdiff
path: root/modules/default.nix
blob: 53469562a298a46356ebbf679b6ff681c4460707 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 {})