stockholm/makefu/3modules/logging-config.nix
2017-01-09 16:03:26 +01:00

12 lines
219 B
Nix

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