srv-core: Enable searxng

This commit is contained in:
SebastianStork 2026-03-11 01:44:08 +01:00
parent aa67599152
commit a94e7e8898
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -71,6 +71,11 @@
enable = true; enable = true;
domain = "home.${config.custom.networking.overlay.domain}"; domain = "home.${config.custom.networking.overlay.domain}";
}; };
searxng = {
enable = true;
domain = "search.${config.custom.networking.overlay.domain}";
};
}; };
}; };
} }