Update lindberg-webapps configurations
All checks were successful
CI / build (push) Successful in 1m35s
CI / deploy (docs-ops.qo.is) (push) Successful in 1m30s
CI / deploy (system-vm) (push) Successful in 1m59s
CI / deploy (system-physical) (push) Successful in 2m36s

This commit is contained in:
Fabian Hauser 2025-06-14 19:42:29 +03:00
parent c047a5b4ed
commit 87e85c370b
5 changed files with 9 additions and 8 deletions

View file

@ -75,7 +75,7 @@ writeText ".sops.yaml" (
# Secrets for all hosts
{
path_regex = "private/nixos-configurations/secrets\.sops\.(yaml|json|env|ini)$";
path_regex = "private/nixos-modules/shared-secrets/default\.sops\.(yaml|json|env|ini)$";
pgp = toCommaList userPgpKeys;
age = toCommaList (userAgeKeys ++ builtins.attrValues serverAgeKeys);
}