hosts/bootstrap: explicitly set boot settings

This commit is contained in:
Gabriel Arazas 2024-04-06 10:53:30 +08:00
parent 716c83b9c0
commit f48f094302
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -28,6 +28,9 @@
isoBaseName = config.networking.hostName;
squashfsCompression = "zstd -Xcompression-level 11";
makeEfiBootable = true;
makeUsbBootable = true;
};
})
];