secrets: removed vault-cert-env, added rabulinski-com-cf
This commit is contained in:
parent
46c849a89f
commit
d57ca9680d
19 changed files with 49 additions and 38 deletions
|
@ -1,5 +1,10 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
age.secrets.rabulinski-com-cf = {
|
||||
file = ../../secrets/rabulinski-com-cf.age;
|
||||
owner = config.services.nginx.user;
|
||||
};
|
||||
|
||||
settei.containers.zitadel.config = {
|
||||
services.zitadel = {
|
||||
enable = true;
|
||||
|
@ -59,4 +64,9 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
security.acme.certs."zitadel.rabulinski.com" = {
|
||||
dnsProvider = "cloudflare";
|
||||
credentialsFile = config.age.secrets.rabulinski-com-cf.path;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue