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

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