aboutsummaryrefslogtreecommitdiff
path: root/fallback.scm
AgeCommit message (Collapse)Author
2024-07-12Indicate environment in container hostnamesFrederick Muriuki Muriithi
While it is a tiny change, it does help to have an explicit indication of what container you are currently working with, especially when you need to do specific tasks inside the container itself with something like `nsenter …` or `guix container exec …`. With this commit, instead of a generic prompt like: `root@genenetwork /#`, you get a more specific prompt such as `root@genenetwork-production /#` which goes some ways in avoiding mistakes.
2024-04-02fallback: reinstate genenetwork3-stablePjotr Prins
2024-04-01fallback: have gn2 and gn3 share a source directory so we can update/debug ↵Pjotr Prins
source code for development. See topics/systems/debug-and-developing-code-with-genenetwork-system-container.gmi
2024-03-14fallback: using genenetwork2-stable packagePjotr Prins
2024-03-04Fallback runs base services on hostPjotr Prins
2024-03-01Add GeneNetwork service for fallback at spice.Pjotr Prins
* fallback.scm: New file.