hosts/app-01: change sops secret owner to searx

This commit is contained in:
2025-09-01 09:31:35 -07:00
parent f3db4e88f5
commit 5207b7a147

View File

@@ -19,7 +19,7 @@
sops.secrets."SEARXNG_SECRETS" = {
sopsFile = ../../secrets/app-01_searxng.env;
format = "binary";
owner = "searxng";
owner = "searx";
mode = 0400;
};