Migrate searx to sops-nix

This commit is contained in:
Fiona Grzebien 2026-05-24 01:18:37 +02:00
commit 6282e3fed9
Signed by: fi
SSH key fingerprint: SHA256:HQgl5VGC4+Yw3ds/0I/DqTge63SPBXvXwhNG/gRW26U
3 changed files with 33 additions and 12 deletions

View file

@ -24,6 +24,13 @@
ui.static_use_hash = true;
enabled_plugins = [ "Hash plugin" "Self Informations" "Tracker URL remover" "Ahmia blacklist" ];
};
environmentFile = "/secrets/searx-secret-key.secret";
environmentFile = "/run/secrets/searx-secret-key";
};
sops.secrets."searx-secret-key" = {
mode = "0440";
owner = "root";
group = "root";
restartUnits = [ "searx.service" ];
};
}