summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/temp/elkstack.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-08-21 12:21:35 +0200
committermakefu <github@syntax-fehler.de>2016-08-21 12:21:35 +0200
commit0e93cd309189b46194f246b98df672bffbcc7c52 (patch)
treea364043bd6e3a2de42bec25ac12996856aa4a61e /makefu/2configs/temp/elkstack.nix
parent054475b6230ec357523b9eed143667a11db92966 (diff)
m 2 temp: init
Diffstat (limited to 'makefu/2configs/temp/elkstack.nix')
-rw-r--r--makefu/2configs/temp/elkstack.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/makefu/2configs/temp/elkstack.nix b/makefu/2configs/temp/elkstack.nix
new file mode 100644
index 00000000..c6bf1c6d
--- /dev/null
+++ b/makefu/2configs/temp/elkstack.nix
@@ -0,0 +1,5 @@
+_:
+{
+ services.elasticsearch.enable = true;
+ services.kibana.enable = true;
+}