summaryrefslogtreecommitdiff
path: root/modules/default.nix
blob: a503f9228de50ffee05470bf67e8b55f44959b3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  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;
  fiche = ./webapps/fiche.nix;

  opendmarc = ./opendmarc.nix;
  openarc = ./openarc.nix;

  duplyBackup = ./duply_backup;
  rsyncBackup = ./rsync_backup;
  naemon = ./naemon;

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