let module = { statelessUptimeKuma.probesConfig = { monitors = [ { name = "Nix probe"; type = "ping"; hostname = "localhost"; } ]; }; }; in ((import ../. { }).evalModules { modules = [ module ]; }).config.statelessUptimeKuma.build