X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=modules%2Fdefault.nix;h=abf4547188cb9f20ac68410e7cb34e03cc133d79;hb=HEAD;hp=9e9c4111f60b30b15862d3a609fea0681ae1318c;hpb=3bc32d9ebd9b0900eeef756122ad28f8857f8bfe;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/modules/default.nix b/modules/default.nix deleted file mode 100644 index 9e9c411..0000000 --- a/modules/default.nix +++ /dev/null @@ -1,20 +0,0 @@ -{ - myids = ./myids.nix; - secrets = ./secrets.nix; - filesWatcher = ./filesWatcher.nix; - - webstats = ./webapps/webstats; - diaspora = ./webapps/diaspora.nix; - etherpad-lite = ./webapps/etherpad-lite.nix; - mastodon = ./webapps/mastodon.nix; - mediagoblin = ./webapps/mediagoblin.nix; - peertube = ./webapps/peertube.nix; - - opendmarc = ./opendmarc.nix; - openarc = ./openarc.nix; - - naemon = ./naemon; - - php-application = ./websites/php-application.nix; - websites = ./websites; -} // (if builtins.pathExists ./private then import ./private else {})