Skip to content

Commit

Permalink
nixos/searx: restart uwsgi when searx changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Nov 18, 2024
1 parent 8e0e452 commit d629ead
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nixos/modules/services/networking/searx.nix
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,11 @@ in
uwsgi = mkIf cfg.configureUwsgi {
requires = [ "searx-init.service" ];
after = [ "searx-init.service" ];
restartTriggers = [
cfg.environmentFile
cfg.package
cfg.settingsFile
];
};
};

Expand Down

0 comments on commit d629ead

Please sign in to comment.