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