summaryrefslogtreecommitdiffstats
path: root/3modules/krebs
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2015-07-24 17:34:08 +0200
committertv <tv@krebsco.de>2015-07-24 17:34:08 +0200
commit4165440f467e2c573ba248ae9cdcae54d1488bc5 (patch)
treece70c6d0d92d10a27dbadea313215b7953725b89 /3modules/krebs
parent1fa2d83e3cdd3305fde7751d0c3ae64d5f8fed48 (diff)
autoimport 3*/{krebs,$(LOGNAME)}
Diffstat (limited to '3modules/krebs')
-rw-r--r--3modules/krebs/default.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/3modules/krebs/default.nix b/3modules/krebs/default.nix
new file mode 100644
index 0000000..fe94e09
--- /dev/null
+++ b/3modules/krebs/default.nix
@@ -0,0 +1,11 @@
+_:
+
+{
+ imports = [
+ ./github-hosts-sync.nix
+ ./git.nix
+ ./nginx.nix
+ ./retiolum.nix
+ ./urlwatch.nix
+ ];
+}