This makes sense
This commit is contained in:
parent
7ed89ab520
commit
6aff8c6433
1 changed files with 2 additions and 1 deletions
|
@ -274,6 +274,7 @@ in
|
|||
autoStart = true;
|
||||
volumes = [
|
||||
"/eru/containers/volumes/unifi/cert:/certs"
|
||||
"${config.sops.secrets."lego/dnsimple/token".path}:/config/dnsimple-token"
|
||||
];
|
||||
user = "999:102";
|
||||
environment = {
|
||||
|
@ -283,7 +284,7 @@ in
|
|||
LA_EMAIL = "joe@veri.dev";
|
||||
LA_DOMAINS = "gandalf.jahanson.tech";
|
||||
LA_PROVIDER = "dnsimple";
|
||||
DNSIMPLE_OAUTH_TOKEN_FILE = "${config.sops.secrets."lego/dnsimple/token".path}";
|
||||
DNSIMPLE_OAUTH_TOKEN_FILE = "/config/dnsimple-token";
|
||||
};
|
||||
};
|
||||
# # Xen-orchestra container
|
||||
|
|
Reference in a new issue