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
054cbee74a
commit
7e159cf466
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ in
|
|||
}
|
||||
)
|
||||
];
|
||||
hostname = "${parentConfig.hostname}-live";
|
||||
nixpkgs.buildPlatform = builtins.currentSystem;
|
||||
|
||||
defaultProfile.packages = [ mtdutils ];
|
||||
|
|
Loading…
Reference in a new issue