]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/default.nix
Add monitoring script with smartctl
[perso/Immae/Config/Nix.git] / modules / default.nix
diff --git a/modules/default.nix b/modules/default.nix
deleted file mode 100644 (file)
index 18bee9a..0000000
+++ /dev/null
@@ -1,21 +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;
-
-  duplyBackup = ./duply_backup;
-  naemon = ./naemon;
-
-  php-application = ./websites/php-application.nix;
-  websites = ./websites;
-} // (if builtins.pathExists ./private then import ./private else {})