NixOS의 최소 ISO 크기가 Alpine VM과 비교하여 어떻게 작게 만들 수 있는지에 대한 논의.
NixOS는 VM이나 ISO를 쉽게 만들 수 있지만, 최소 라이브 이미지는 여전히 458MiB로 큰 편입니다. 이는 Alpine VM의 66MiB와 큰 차이를 보입니다. 크기의 대부분은 nix-store.squashfs가 차지하고 있으며, 그 안에는 Python 3.13.13 등 다양한 요소들이 포함되어 있습니다. 이 문제를 해결하기 위한 방법이 논의되고 있습니다.
Discussion on how to reduce the minimalist ISO size of NixOS compared to Alpine VM.
NixOS provides an easy way to create VMs or ISOs, but its minimal live image is still 458MiB, which is significantly larger than Alpine VM's 66MiB. Most of the size is occupied by nix-store.squashfs, which includes various components like Python 3.13.13. The article discusses potential solutions to reduce this size.