From 6a4fd0ea3656b66fadf4e1ad98fe7ddd70c9bdef Mon Sep 17 00:00:00 2001 From: Ryan Lahfa Date: Sun, 8 Dec 2024 23:41:01 +0100 Subject: [PATCH] feat(machines/ap01/recovery): pass the parent hostname with live indicator This makes the experience nicer. Signed-off-by: Ryan Lahfa --- machines/liminix/ap01/recovery.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/liminix/ap01/recovery.nix b/machines/liminix/ap01/recovery.nix index bb8643e..28058c9 100644 --- a/machines/liminix/ap01/recovery.nix +++ b/machines/liminix/ap01/recovery.nix @@ -24,6 +24,7 @@ in { config, ... }: { services = { + hostname = "${parentConfig.hostname}-live"; # In this situation, we fallback to the appro VLAN. # TODO: add support for the admin VLAN. # Simplest DHCPv4 we can find.