From 1dda96a8ef683f598ab5162b542901ad85533da8 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Sat, 16 Sep 2023 11:30:31 +0200 Subject: [PATCH] hosts/oswald: remove hardcoded domain name --- hosts/oswald/system.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/oswald/system.scm b/hosts/oswald/system.scm index 109a4ae..7e2c764 100644 --- a/hosts/oswald/system.scm +++ b/hosts/oswald/system.scm @@ -111,7 +111,7 @@ (certificates (list (certificate-configuration - (domains '("kosobr.in")) + (domains (list domain)) (deploy-hook (cert-deploy-hook '("/var/run/nginx/pid" "/var/run/smtpd.pid"))))))))