format && add node monitoring
Some checks failed
/ check (push) Failing after 7s

This commit is contained in:
Lzebulon 2025-11-03 23:25:59 +01:00
parent 945897643d
commit 5939aa8996
Signed by: lzebulon
GPG key ID: D6CDAB8050CBBE7D
7 changed files with 20 additions and 10 deletions

View file

@ -1,13 +1,13 @@
{config, ...}:
{ config, ... }:
{
age.secrets = {
searxng-secret-key = {
file = ../../../../secrets/services/searxng.age;
owner = "searx";
owner = "searx";
};
};
services.searx = {
enable = true;