hosts/oswald: remove hardcoded domain name
This commit is contained in:
parent
033791da87
commit
1dda96a8ef
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@
|
||||||
(certificates
|
(certificates
|
||||||
(list
|
(list
|
||||||
(certificate-configuration
|
(certificate-configuration
|
||||||
(domains '("kosobr.in"))
|
(domains (list domain))
|
||||||
(deploy-hook (cert-deploy-hook
|
(deploy-hook (cert-deploy-hook
|
||||||
'("/var/run/nginx/pid"
|
'("/var/run/nginx/pid"
|
||||||
"/var/run/smtpd.pid"))))))))
|
"/var/run/smtpd.pid"))))))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue