summaryrefslogtreecommitdiff
path: root/epistemia
diff options
context:
space:
mode:
Diffstat (limited to 'epistemia')
-rw-r--r--epistemia/systems/demiurge.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/epistemia/systems/demiurge.scm b/epistemia/systems/demiurge.scm
index eb01dda..a9aaee8 100644
--- a/epistemia/systems/demiurge.scm
+++ b/epistemia/systems/demiurge.scm
@@ -325,7 +325,10 @@
325 "--" "python3" "app.py") 325 "--" "python3" "app.py")
326 #:user "vin" 326 #:user "vin"
327 #:directory "/data/src/public/llm-router" 327 #:directory "/data/src/public/llm-router"
328 #:log-file "/var/log/llm-router.log")) 328 #:log-file "/var/log/llm-router.log"
329 #:environment-variables (append (default-environment-variables)
330 ;; for vulkan
331 (list "XDG_DATA_DIRS=/home/vin/.guix-home/profile/share"))))
329 (stop #~(make-kill-destructor))))) 332 (stop #~(make-kill-destructor)))))
330 (simple-service 'sdui 333 (simple-service 'sdui
331 shepherd-root-service-type 334 shepherd-root-service-type