nix-community / nixops-libvirtd

NixOps libvirtd backend plugin [maintainer=@AmineChikhaoui]
GNU Lesser General Public License v3.0
35 stars 20 forks source link

libvirt: use common base image #13

Open domenkozar opened 7 years ago

domenkozar commented 7 years ago

Just like for VirtualBox, use a base image when deploying. This speeds up the process as it's usually quicker to just update the image instead of always generating a new one.

Make sure it's configured in nixpkgs for quicker iterations.

Also do the same as in https://github.com/NixOS/nixops/issues/511

Nadrieril commented 7 years ago

Would you have a link to see how you added the amazon base image to nixpkgs ? Apart from that I believe the first part of the issue is already done.