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

  php-application = ./websites/php-application.nix;
  websites = ./websites;
} // (if builtins.pathExists ./private then import ./private else {})