feat: restart instead of stopping service during generation switches
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M nix/modules/default.nix → nix/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; }