diff options
Diffstat (limited to 'guix')
-rw-r--r-- | guix/system-create.scm | 7 |
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)))) |