From 66c1ef89b7e950105ddbd918f1900f5625c08c7b Mon Sep 17 00:00:00 2001 From: makefu Date: Mon, 9 Jan 2017 16:03:26 +0100 Subject: m 3 logging-config: init --- makefu/3modules/logging-config.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 makefu/3modules/logging-config.nix (limited to 'makefu/3modules') diff --git a/makefu/3modules/logging-config.nix b/makefu/3modules/logging-config.nix new file mode 100644 index 00000000..cd6924f6 --- /dev/null +++ b/makefu/3modules/logging-config.nix @@ -0,0 +1,11 @@ +{config, lib, pkgs, ... }: + +with import ; +{ + options.makefu.stats-server = lib.mkOption { + type = types.str; + default = "omo.retiolum"; + description = "Central stats server (collectd)"; + }; +} + -- cgit v1.2.3