m 3 logging-config: init

This commit is contained in:
makefu 2017-01-09 16:03:26 +01:00
parent eb208085f0
commit 66c1ef89b7
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

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)";
};
}