diff --git a/hosts/srv-core/configuration.nix b/hosts/srv-core/configuration.nix index 1f34570..5bdf6fe 100644 --- a/hosts/srv-core/configuration.nix +++ b/hosts/srv-core/configuration.nix @@ -71,6 +71,11 @@ enable = true; domain = "home.${config.custom.networking.overlay.domain}"; }; + + searxng = { + enable = true; + domain = "search.${config.custom.networking.overlay.domain}"; + }; }; }; }