From a2025885a8546a94e671704149c9538cda990829 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 11 Jul 2024 10:26:37 -0500 Subject: Indicate environment in container hostnames 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. --- fallback.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fallback.scm') diff --git a/fallback.scm b/fallback.scm index 82f0a54..e222238 100644 --- a/fallback.scm +++ b/fallback.scm @@ -29,7 +29,7 @@ (forge socket)) (operating-system - (host-name "genenetwork") + (host-name "genenetwork-fallback") (timezone "UTC") (locale "en_US.utf8") (bootloader (bootloader-configuration -- cgit v1.2.3