summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--epistemia/systems/demiurge.scm8
1 files changed, 1 insertions, 7 deletions
diff --git a/epistemia/systems/demiurge.scm b/epistemia/systems/demiurge.scm
index 6e3bd97..77e681e 100644
--- a/epistemia/systems/demiurge.scm
+++ b/epistemia/systems/demiurge.scm
@@ -298,12 +298,6 @@
298 (nginx-reverse-proxy "navidrome.demiurge.epistemia" 4533) 298 (nginx-reverse-proxy "navidrome.demiurge.epistemia" 4533)
299 (nginx-reverse-proxy "sdui.demiurge.epistemia" 5000) 299 (nginx-reverse-proxy "sdui.demiurge.epistemia" 5000)
300 (nginx-reverse-proxy "home.demiurge.epistemia" 8123))))) 300 (nginx-reverse-proxy "home.demiurge.epistemia" 8123)))))
301 ;; (service llama-swap-service-type
302 ;; (llama-swap-configuration
303 ;; (llama-cpp llama-cpp-rocm)
304 ;; (config "/data/models/config.yaml")
305 ;; (listen "127.0.0.1:8080")
306 ;; (watch-config? #t)))
307 (service pam-limits-service-type 301 (service pam-limits-service-type
308 (list (pam-limits-entry "@audio" 'both 'rtprio 99) 302 (list (pam-limits-entry "@audio" 'both 'rtprio 99)
309 (pam-limits-entry "@audio" 'both 'memlock 'unlimited))) 303 (pam-limits-entry "@audio" 'both 'memlock 'unlimited)))
@@ -353,7 +347,7 @@
353 (user "vin") 347 (user "vin")
354 (ports '(("4533" . "4533"))) 348 (ports '(("4533" . "4533")))
355 (environment '("ND_ENABLEINSIGHTCOLLECTOR=false")) 349 (environment '("ND_ENABLEINSIGHTCOLLECTOR=false"))
356 (volumes '("data:/data" 350 (volumes '("/data_hdd/music_navidrome:/data"
357 "/data_hdd/music:/music:ro")))))))) 351 "/data_hdd/music:/music:ro"))))))))
358 %base-services) 352 %base-services)
359 (sysctl-service-type config => 353 (sysctl-service-type config =>