feat(machines/ap01/recovery): pass the parent hostname with live indicator

This makes the experience nicer.

Signed-off-by: Ryan Lahfa <ryan@dgnum.eu>
This commit is contained in:
Ryan Lahfa 2024-12-08 23:41:01 +01:00
parent da318b17aa
commit 6a4fd0ea36

View file

@ -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.