Don't garbage collect in a built ISO.

The ISO is immutable so garbage collection does not make sense.
This commit is contained in:
Tom Alexander
2025-01-18 11:33:39 -05:00
parent 19cf31b094
commit 5170678a25
2 changed files with 3 additions and 2 deletions

View File

@@ -87,7 +87,8 @@
// {
modules = base_x86_64_linux.modules ++ [
(nixpkgs + "/nixos/modules/installer/cd-dvd/iso-image.nix")
# TODO: maybe? imports = [ "${modulesPath}/profiles/image-based-appliance.nix" ];
# TODO: Figure out how to do image based appliances
# (nixpkgs + "/nixos/modules/profiles/image-based-appliance.nix")
{
isoImage.makeEfiBootable = true;
isoImage.makeUsbBootable = true;