refactor(secrets): make secrets casing and declaration consistent

This commit is contained in:
Guz
2025-10-09 21:51:59 -03:00
parent 565afe9df8
commit 3eec62eb21
6 changed files with 59 additions and 66 deletions

View File

@@ -24,7 +24,7 @@ in {
services.keikos.web = {
enable = true;
port = 9910;
envFile = config.sops.secrets."keiko/env-file".path;
envFile = config.sops.secrets."keiko/env_file".path;
};
services.caddy.virtualHosts.":${toString (cfg-keikos.port + 1)}" = {
extraConfig = ''