]> git.immae.eu Git - perso/Immae/Config/Nix.git/blame - modules/default.nix
Add cip-ca mail website
[perso/Immae/Config/Nix.git] / modules / default.nix
CommitLineData
996a68c2
IB
1{
2 myids = ./myids.nix;
1a718805 3 secrets = ./secrets.nix;
17f6eae9 4 filesWatcher = ./filesWatcher.nix;
996a68c2 5
9eae2b47 6 webstats = ./webapps/webstats;
7009832a 7 diaspora = ./webapps/diaspora.nix;
742c28ad 8 etherpad-lite = ./webapps/etherpad-lite.nix;
613aea56 9 mastodon = ./webapps/mastodon.nix;
996a68c2 10 mediagoblin = ./webapps/mediagoblin.nix;
d42bbbe6 11 peertube = ./webapps/peertube.nix;
ea3b46ee 12 fiche = ./webapps/fiche.nix;
daf64e3f 13
411af8e3
IB
14 opendmarc = ./opendmarc.nix;
15 openarc = ./openarc.nix;
16
d2e703c5 17 duplyBackup = ./duply_backup;
285380fe 18 rsyncBackup = ./rsync_backup;
3bc32d9e
IB
19 naemon = ./naemon;
20
2e48907d 21 php-application = ./websites/php-application.nix;
daf64e3f 22 websites = ./websites;
581c499c 23} // (if builtins.pathExists ./private then import ./private else {})