summaryrefslogtreecommitdiff
path: root/config/munin-master.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config/munin-master.nix')
-rw-r--r--config/munin-master.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/munin-master.nix b/config/munin-master.nix
new file mode 100644
index 0000000..29e6577
--- /dev/null
+++ b/config/munin-master.nix
@@ -0,0 +1,10 @@
+{ config, lib, pkgs, ... }:
+{
+ services.munin-cron = {
+ enable = true;
+ hosts = ''
+ [dragon]
+ address localhost
+ '';
+ };
+} \ No newline at end of file