about summary refs log tree commit diff
path: root/nixos/modules/virtualisation
Commit message (Collapse)AuthorAge
* Merge pull request #89814 from alexfmpe/patch-3Lassulus2020-06-17
|\ | | | | Fix typo
| * Fix typoAlexandre Esteves2020-06-08
| |
* | Merge pull request #89540 from Patryk27/fixes/lxd-lxcfsMatthew Bauer2020-06-11
|\ \ | |/ |/| Fix `lxd`, so that it works with `lxcfs`
| * lxd: When `lxcfs` is enabled, start `lxd` with explicit ↵Patryk Wychowaniec2020-06-05
| | | | | | | | `LXD_LXC_TEMPLATE_CONFIG`
| * lxd: Add proper support for `nftables`Patryk Wychowaniec2020-06-05
| |
* | Merge pull request #88574 from JJJollyjim/qemu-vm-qboot-optFlorian Klink2020-06-08
|\ \ | |/ |/| nixos/qemu-vm: add option to use qboot
| * nixos/qemu-vm: add option to use a non-standard BIOSJamie McClymont2020-06-08
| | | | | | | | | | I'd like to change the default on x86 platforms to qboot at some point, since it saves a fair bit of startup time.
* | Merge pull request #82258 from erikarvstedt/fix-xchg-cachingFlorian Klink2020-06-01
|\ \ | | | | | | fix inconsistent caching of VM xchg dirs
| * | qemu-vm: fix inconsistent caching of xchg dirsErik Arvstedt2020-06-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | xchg is advertised as a bidirectional exchange dir, but file content transfer from host to VM fails due to caching: If a file is read in the VM and then modified on the host, subsequent re-reads in the VM can yield old, cached data. This is caused by the use of 9p's cache=loose mode that is explicitly meant for read-only mounts. 9p doesn't provide any suitable cache modes, so fix this by disabling caching. Also, remove a now unnecessary sync in the test driver.
* | | nixos/libvirtd: correct spellingjakobrs2020-05-31
| |/ |/| | | formally -> formerly
* | nixos/kvmgt: allow multiple uuids on same mdevEdmund Wu2020-05-30
| |
* | nixos/cri-o: default to upstream pausezowoq2020-05-25
| |
* | nixos/cri-o: add runtime optionzowoq2020-05-25
| |
* | nixos/cri-o, cri-o: add wrapperzowoq2020-05-25
| |
* | cri-o: update module configurationSascha Grunert2020-05-25
| | | | | | | | | | | | | | | | | | - Update the default pause image - Set the cgroup manager to systemd - Enable `manage_ns_lifecycle` instead of the deprecated `manage_network_ns_lifecycle` option Signed-off-by: Sascha Grunert <sgrunert@suse.com>
* | virtualisation: add vmware-image (#88523)Evan Stoll2020-05-22
| |
* | nixos/azure-agent: always run systemctl of the currently running systemdFlorian Klink2020-05-21
| |
* | virtualisation/hyperv-image: remove diskImage after vhdx is generatedEvan Stoll2020-05-20
| |
* | rkt: removezowoq2020-05-16
| |
* | nixos/libvirtd: use polkit for authJaka Hudoklin2020-05-13
| |
* | Merge branch 'staging-next'Vladimír Čunát2020-05-06
|\ \ | | | | | | | | | | | | Status on Hydra for linuxes seems good enough: https://hydra.nixos.org/eval/1585703?filter=linux&compare=1585482&full=#tabs-now-fail
| * \ Merge master into staging-nextFrederik Rietdijk2020-05-05
| |\ \
| * \ \ Merge pull request #86445 from zowoq/podman-stagingJörg Thalheim2020-05-04
| |\ \ \
| | * | | podman: use $out instead of $bin with buildGoPackagezowoq2020-05-01
| | | | |
| * | | | Merge master into staging-nextFrederik Rietdijk2020-05-02
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | Merge staging-next into stagingFrederik Rietdijk2020-05-01
| |\ \ \ \
| * | | | | nixos/*: use $out instead of $bin with buildGoPackagezowoq2020-04-28
| | | | | |
* | | | | | nixos/systemd-boot: Add basic testDaniel Fullmer2020-05-05
| |_|_|/ / |/| | | |
* | | | | podman: use $out instead of $bin with buildGoPackagezowoq2020-05-04
| | | | |
* | | | | Merge pull request #86634 from zowoq/crio-upstream-configadisbladis2020-05-04
|\ \ \ \ \ | | | | | | | | | | | | nixos/cri-o: copy upstream config
| * | | | | nixos/cri-o: copy upstream configzowoq2020-05-03
| | |_|/ / | |/| | |
* / | | | nixos/docker-containers: Rename to virtualisation.oci-containers.containers.adisbladis2020-05-04
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | And allow the runtime to be configurable via the `virtualisation.oci-containers.backend` option. Valid choices are "podman" and "docker".
* | | | Merge pull request #82026 from andir/systemd-update-networkd-optionsFlorian Klink2020-05-01
|\ \ \ \ | |_|/ / |/| | | nixos/networkd: update configuration options
| * | | nixos/networkd: rename the networkd dhcpConfig option to dhcpV4ConfigAndreas Rammhold2020-05-01
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | This follows upstreams change in documentation. While the `[DHCP]` section might still work it is undocumented and we should probably not be using it anymore. Users can just upgrade to the new option without much hassle. I had to create a bit of custom module deprecation code since the usual approach doesn't support wildcards in the path.
* | | Merge pull request #86097 from zowoq/dockeradisbladis2020-04-30
|\ \ \ | | | | | | | | nixos/podman: add assertion for dockerCompat
| * | | nixos/podman: add assertion for dockerCompatzowoq2020-04-27
| | | |
* | | | nixos.podman: Expose extraPackages from the podman wrapperadisbladis2020-04-29
| | | |
* | | | podman: Wrap packages required to run containersadisbladis2020-04-29
| |/ / |/| |
* | | nixos/qemu-vm: don't set -vga stdworldofpeace2020-04-27
| | | | | | | | | | | | | | | This has been default since QEMU 2.2, it also prevents using a different -vga
* | | Merge pull request #86104 from xaverdh/options-typesJörg Thalheim2020-04-27
|\ \ \ | |/ / |/| |
| * | treewide: add types to boolean / enable options or make use of mkEnableOptionDominik Xaver Hörl2020-04-27
| | |
* | | ec2-amis.nix: add NixOS 20.03 imagesAmineChikhaoui2020-04-26
|/ / | | | | | | Fixes #85857.
* | Merge pull request #82414 from AmineChikhaoui/update-ec2-amis-19-09Graham Christensen2020-04-25
|\ \ | | | | | | ec2 amis: update 19.09 AMIs
| * | ec2 amis: update 19.09 AMIsAmineChikhaoui2020-03-12
| |/ | | | | | | | | this adds support for ap-east-1 and eu-north-1 regions as well. Fixes: https://github.com/NixOS/nixos-org-configurations/issues/105
* | nixos/cri-o: share registries with nixos/containerszowoq2020-04-24
| |
* | Merge pull request #85894 from zowoq/podman-crioadisbladis2020-04-24
|\ \ | | | | | | podman team: add cri-o packages/module
| * | nixos/cri-o: update maintainerszowoq2020-04-24
| | |
* | | nixos/containers: move libpod to nixos/podmanzowoq2020-04-24
|/ /
* | nixos/podman: remove cni-plugins from environment.systemPackageszowoq2020-04-23
| |
* | nixos/cri-o: remove cni-plugins from environment.systemPackageszowoq2020-04-23
| |