mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 16:39:07 +01:00
srv-core: Enable searxng
This commit is contained in:
parent
aa67599152
commit
a94e7e8898
1 changed files with 5 additions and 0 deletions
|
|
@ -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}";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue