]> git.immae.eu Git - perso/Immae/Config/Nix/NUR.git/blame - modules/default.nix
Add fiche module (a program to submit paste from command line)
[perso/Immae/Config/Nix/NUR.git] / modules / default.nix
CommitLineData
24fd1fe6
IB
1{
2 myids = ./myids.nix;
3 secrets = ./secrets.nix;
06782a20 4 filesWatcher = ./filesWatcher.nix;
24fd1fe6
IB
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;
db85e40f 12 fiche = ./webapps/fiche.nix;
24fd1fe6 13
2b96efc8
IB
14 opendmarc = ./opendmarc.nix;
15 openarc = ./openarc.nix;
16
01938a29 17 duplyBackup = ./duply_backup;
c832532b 18 rsyncBackup = ./rsync_backup;
17eabf47
IB
19 naemon = ./naemon;
20
969cc469 21 php-application = ./websites/php-application.nix;
24fd1fe6
IB
22 websites = ./websites;
23} // (if builtins.pathExists ./private then import ./private else {})