From 5b3679958264327da2875ca2d0fd44f321cf9e2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 11 Apr 2022 20:00:41 +0200 Subject: Replace systemd service with working, remove PKGBUILD. --- config.scm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.scm') diff --git a/config.scm b/config.scm index 96d86006..04b63b71 100644 --- a/config.scm +++ b/config.scm @@ -7,6 +7,12 @@ (sxml xpath) ) +(when (getenv "SYSTEMD") + ((@ (calp entry-points server) port) 58080) + ((@ (calp html config) debug) #f) + ((@ (calp html config) edit-mode) #t) + ) + ((@ (vcomponent config) calendar-files) (glob "~/.local/var/cal/*")) (define my-courses -- cgit v1.2.3