all repos — searchix @ f700a3284ecc88bb2af1df5f0c8d242290a549cc

Search engine for NixOS, nix-darwin, home-manager and NUR users

fix(module): allow setting sentry DSN

Alan Pearce
commit

f700a3284ecc88bb2af1df5f0c8d242290a549cc

parent

028a2b173c7c9ed37450412798a088e0b26bc231

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M nix/modules/default.nixnix/modules/default.nix
@@ -19,6 +19,7 @@ PORT = (toString cfg.port);
BASE_URL = cfg.baseUrl; CONFIG_FILE = settingsFormat.generate "searchix-config.toml" cfg.settings; LOG_LEVEL = cfg.logLevel; + SENTRY_DSN = cfg.sentryDsn; }; defaultServiceConfig = {