all repos — searchix @ d94a199425050ef9b1da09e5b8bba7611d3c1082

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

feat: restart instead of stopping service during generation switches

Alan Pearce
commit

d94a199425050ef9b1da09e5b8bba7611d3c1082

parent

49031e3ce0a01afda5079015c442a67720017220

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

changed files
M nix/modules/default.nixnix/modules/default.nix
@@ -251,6 +251,7 @@ {
description = "Searchix Nix option search"; wantedBy = [ "multi-user.target" ]; path = with pkgs; [ nix ]; + stopIfChanged = false; environment = { LOG_LEVEL = cfg.logLevel; }