mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-01 23:27:18 +02:00
chore: move secrets to private repo
This commit is contained in:
parent
5c0182d087
commit
114abc4c0a
20 changed files with 37 additions and 33 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue