nsd-acme fixes
- remove obsolete conditions (that's what After is for) - irc.jakstys.lt is no longer staging
This commit is contained in:
parent
2e1af09789
commit
833b2bd1cf
@ -86,7 +86,7 @@
|
||||
};
|
||||
zones."irc.jakstys.lt" = {
|
||||
accountKey = config.age.secrets.letsencrypt-account-key.path;
|
||||
staging = true;
|
||||
staging = false;
|
||||
};
|
||||
};
|
||||
|
||||
@ -240,7 +240,6 @@
|
||||
caddy = let
|
||||
acme = config.mj.services.nsd-acme.zones."grafana.jakstys.lt";
|
||||
in {
|
||||
unitConfig.ConditionPathExists = [acme.certFile acme.keyFile];
|
||||
serviceConfig.LoadCredential = [
|
||||
"grafana.jakstys.lt-cert.pem:${acme.certFile}"
|
||||
"grafana.jakstys.lt-key.pem:${acme.keyFile}"
|
||||
@ -252,7 +251,6 @@
|
||||
soju = let
|
||||
acme = config.mj.services.nsd-acme.zones."irc.jakstys.lt";
|
||||
in {
|
||||
unitConfig.ConditionPathExists = [acme.certFile acme.keyFile];
|
||||
serviceConfig = {
|
||||
RuntimeDirectory = "soju";
|
||||
LoadCredential = [
|
||||
|
Loading…
Reference in New Issue
Block a user