add ntfy and searxng along with other tweaks

This commit is contained in:
Satria 2026-03-13 11:05:21 +07:00
commit 95dfaa9888
5 changed files with 35 additions and 1 deletions

View file

@ -0,0 +1,9 @@
{ homelab, ... }: {
services.ntfy-sh = {
enable = true;
settings = {
listen-http = "127.0.0.1:8067";
base-url = "https://ntfy.proxy.${homelab.domain}";
};
};
}