Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linux-builder config...diskSize changes does not get applied unless ephemeral #1200

Open
gustafj opened this issue Nov 27, 2024 · 0 comments

Comments

@gustafj
Copy link

gustafj commented Nov 27, 2024

When changing the max size for the VM backing storage of the linux-builder the change has no effect unless the nixos.qcow2 is manually removed or nix.linux-builder.ephemeral = true.
I do not know if this is only for the disk or for other parameters on the builder as well.
Would be nice if this is at least mentioned in the documentation at least or better yet a warning is given.

nix.linux-builder = {
  enable = true;
  config = {
    virtualisation = {
      darwin-builder = {
        diskSize = 80 * 1024;
      };
    };
  };
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant