summaryrefslogtreecommitdiff
path: root/guix/system-create.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix/system-create.scm')
-rw-r--r--guix/system-create.scm7
1 files changed, 6 insertions, 1 deletions
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))))