aboutsummaryrefslogtreecommitdiff
path: root/modules/default.nix
blob: 4445c55ce8a44f7993cf3012bc6f3526c75178f1 (plain) (blame)
1
2
3
4
5
6
7
{
  myids = ./myids.nix;
  secrets = ./secrets.nix;

  mediagoblin = ./webapps/mediagoblin.nix;
  peertube = ./webapps/peertube.nix;
}