]> git.immae.eu Git - perso/Immae/Config/Nix.git/blob - modules/default.nix
Add alternate cloud storage for daily backups
[perso/Immae/Config/Nix.git] / modules / default.nix
1 {
2 myids = ./myids.nix;
3 secrets = ./secrets.nix;
4 filesWatcher = ./filesWatcher.nix;
5
6 webstats = ./webapps/webstats;
7 diaspora = ./webapps/diaspora.nix;
8 etherpad-lite = ./webapps/etherpad-lite.nix;
9 mastodon = ./webapps/mastodon.nix;
10 mediagoblin = ./webapps/mediagoblin.nix;
11 peertube = ./webapps/peertube.nix;
12 fiche = ./webapps/fiche.nix;
13
14 opendmarc = ./opendmarc.nix;
15 openarc = ./openarc.nix;
16
17 duplyBackup = ./duply_backup;
18 rsyncBackup = ./rsync_backup;
19 naemon = ./naemon;
20
21 php-application = ./websites/php-application.nix;
22 websites = ./websites;
23 } // (if builtins.pathExists ./private then import ./private else {})