]> git.immae.eu Git - perso/Immae/Config/Nix.git/blame - modules/default.nix
Fix files watcher path
[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;
daf64e3f 12
2e48907d 13 php-application = ./websites/php-application.nix;
daf64e3f 14 websites = ./websites;
581c499c 15} // (if builtins.pathExists ./private then import ./private else {})