hosts/bootstrap: update ISO filename

This commit is contained in:
Gabriel Arazas 2022-11-25 14:01:25 +08:00
parent 549d067278
commit da5b904fd7

View File

@ -7,7 +7,7 @@
]; ];
isoImage = { isoImage = {
isoBaseName = "bootstrap-${config.networking.hostName}"; isoBaseName = "bootstrap";
contents = [{ contents = [{
source = self; source = self;
target = "/bootstrap/"; target = "/bootstrap/";