m 3 logging-config: init

This commit is contained in:
makefu 2017-01-09 16:03:26 +01:00
parent a0ac341b42
commit 1ff8b90ad0

View file

@ -0,0 +1,11 @@
{config, lib, pkgs, ... }:
with import <stockholm/lib>;
{
options.makefu.stats-server = lib.mkOption {
type = types.str;
default = "omo.retiolum";
description = "Central stats server (collectd)";
};
}