summaryrefslogtreecommitdiffstats
path: root/nin/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nin/default.nix')
-rw-r--r--nin/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/nin/default.nix b/nin/default.nix
new file mode 100644
index 00000000..c31d6d94
--- /dev/null
+++ b/nin/default.nix
@@ -0,0 +1,7 @@
+_:
+{
+ imports = [
+ ../krebs
+ ./2configs
+ ];
+}