chore: move secrets to private repo

This commit is contained in:
Luj 2025-06-18 13:57:51 +02:00
parent 5c0182d087
commit 114abc4c0a
20 changed files with 37 additions and 33 deletions

View file

@ -147,7 +147,7 @@ in
security.acme.acceptTerms = true;
age.secrets.nginx-cert = {
file = ../../secrets/404-ssl-certificate-cert.age;
file = ../../private/secrets/404-ssl-certificate-cert.age;
path = "/var/lib/acme/default/cert.pem";
owner = "acme";
group = "nginx";
@ -156,7 +156,7 @@ in
};
age.secrets.nginx-key = {
file = ../../secrets/404-ssl-certificate-key.age;
file = ../../private/secrets/404-ssl-certificate-key.age;
path = "/var/lib/acme/default/key.pem";
owner = "acme";
group = "nginx";