m 3 logging-config: init
This commit is contained in:
parent
eb208085f0
commit
66c1ef89b7
11
makefu/3modules/logging-config.nix
Normal file
11
makefu/3modules/logging-config.nix
Normal 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)";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user