feat : Add of secret for roundcube and vaultwarden

This commit is contained in:
Wateir 2025-12-24 17:18:24 +01:00
parent a59e409a49
commit 2f5c8be389
18 changed files with 116 additions and 51 deletions

View file

@ -1,8 +1,7 @@
{ config,lib,pkgs, ... }:
lib.mkIf config.module.searxng.enable {
{
services.searx = {
enable = true;
redisCreateLocally = true;
package = pkgs.searxng;