stockholm/makefu/3modules/logging-config.nix

12 lines
219 B
Nix
Raw Normal View History

2017-01-09 15:03:26 +00:00
{config, lib, pkgs, ... }:
with import <stockholm/lib>;
{
options.makefu.stats-server = lib.mkOption {
type = types.str;
default = "omo.retiolum";
description = "Central stats server (collectd)";
};
}