hosts/app-01: switch sops secret mode to type string

This commit is contained in:
2025-09-01 09:33:12 -07:00
parent 5207b7a147
commit 9b93b8ad35

View File

@@ -20,7 +20,7 @@
sopsFile = ../../secrets/app-01_searxng.env;
format = "binary";
owner = "searx";
mode = 0400;
mode = "0400";
};
appserver.enable = true;