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 committed by sinavir
parent ad3cd0871a
commit c86e1ec669
No known key found for this signature in database

View file

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