summaryrefslogtreecommitdiffstats
path: root/makefu/3modules/logging-config.nix
blob: cd6924f61afd6824589554b0ee63cdf23a3fb2e4 (plain)
1
2
3
4
5
6
7
8
9
10
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)";
  };
}