diff options
| author | Vineet Kumar <git@vineetk.net> | 2026-05-13 23:17:06 -0400 |
|---|---|---|
| committer | Vineet Kumar <git@vineetk.net> | 2026-05-13 23:17:06 -0400 |
| commit | 1df4a58b725c1a07fc304354ba516d5a3be623ca (patch) | |
| tree | b87e3eba4bd8209b88e4e59e3ab813b4890a87b4 | |
| parent | 7e3d55fe6ab05fc2cc20bd26a736242d07b7958c (diff) | |
demiurge: stuff
| -rw-r--r-- | epistemia/systems/demiurge.scm | 8 |
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 => |
