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 054cbee74a
commit 7e159cf466

View file

@ -40,6 +40,7 @@ in
}
)
];
hostname = "${parentConfig.hostname}-live";
nixpkgs.buildPlatform = builtins.currentSystem;
defaultProfile.packages = [ mtdutils ];