From af70ebcbd5c4f0435915d9673c6987983da32e37 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 9 Jul 2024 06:06:34 +0300 Subject: guix: system: Add rss-bridge container for zeus --- guix/system-create.scm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'guix') diff --git a/guix/system-create.scm b/guix/system-create.scm index 87cdb0e..363e303 100644 --- a/guix/system-create.scm +++ b/guix/system-create.scm @@ -163,7 +163,12 @@ (volumes '(("/home/jelly/config" . "/config") ("/home/jelly/cache" . "/cache") - ("/hdd" . "/media"))))))) + ("/hdd" . "/media")))) + (oci-container-configuration + (image "rssbridge/rss-bridge") + (network "host") + (ports + '(("3000" . "80"))))))) ;; For everything else (list)))) -- cgit v1.2.3