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:
parent
da318b17aa
commit
6a4fd0ea36
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue