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