summary refs log tree commit diff
path: root/nixos/modules/virtualisation
Commit message (Expand)AuthorAge
* Upgrade docker to 1.1.2 and add docker modulePaul Colomiets2014-07-28
* Google Compute config: add a unit to wait for the metadata server to become a...Evgeny Egorochkin2014-07-20
* Fix virtualbox image building with new nixShea Levy2014-07-15
* Google Compute Image: fetch host keys if possibleEvgeny Egorochkin2014-07-12
* Google Compute Image needs the interface to be named eth0 for google tools to...Evgeny Egorochkin2014-07-12
* Get all lib functions from lib, not pkgs.lib, in modulesShea Levy2014-07-02
* Change size of Amazon EC2 S3-backed images to 8GB (was 4GB).Rob Vermaas2014-06-19
* EC2: allow building S3-backed HVM ami'sRob Vermaas2014-06-19
* Only overwrite container-configuration when --config is specified.Moritz Ulrich2014-06-06
* Fix passing extra qemu opts when using boot loaderLuca Bruno2014-05-25
* Add option ec2.hvm, to set some boot configuration specific for EC2 HVM insta...Rob Vermaas2014-05-21
* Set console=ttyS0 for Amazon EC2 instances, as suggested by Amazon.Rob Vermaas2014-05-12
* nixos-container: Ensure umask 022Eelco Dolstra2014-05-09
* nixos-install: Ask the user to set a root passwordEelco Dolstra2014-05-09
* Containers: Support setting up macvlan interfacesEelco Dolstra2014-05-07
* Containers: Use systemd-nspawn's --network-veth flagEelco Dolstra2014-05-07
* Containers: Use systemd-nspawn's --keep-unit flagEelco Dolstra2014-05-07
* Rename hardware.opengl.videoDrivers back to services.xserver.videoDriversEelco Dolstra2014-04-29
* Fix ‘nixos-container run’Eelco Dolstra2014-04-25
* sshd: Add support for socket activationEelco Dolstra2014-04-22
* Enable udisks2 by defaultEelco Dolstra2014-04-19
* Set personality when running a 32-bit container on a 64-bit hostEelco Dolstra2014-04-19
* Disable predictable interface names in testsEelco Dolstra2014-04-19
* Make "nixos-container login" an alias of "machinectl login"Eelco Dolstra2014-04-18
* Use "machinectl poweroff" to shut down containersEelco Dolstra2014-04-18
* Containers: Don't warn about not having a boot loaderEelco Dolstra2014-04-18
* Containers: Use /etc/resolv.conf supplied by the hostEelco Dolstra2014-04-18
* Slight test speedupEelco Dolstra2014-04-18
* Drop ALSA dependency in containersEelco Dolstra2014-04-16
* Containers: Inherit the platform type of the hostEelco Dolstra2014-04-15
* Don't restart container-startup-doneEelco Dolstra2014-04-15
* Don't restart container shells in switch-to-configurationEelco Dolstra2014-04-15
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
* Merge branch 'containers'Eelco Dolstra2014-04-10
|\
| * Document NixOS containersEelco Dolstra2014-04-10
| * nixos-container: Add ‘run’ and ‘root-login’ commandsEelco Dolstra2014-04-10
| * Bring back ‘nixos-container update’Eelco Dolstra2014-04-10
| * Fix permissions on /var/lib/startup-doneEelco Dolstra2014-04-10
| * nixos-container: Don't destroy declarative containersEelco Dolstra2014-04-03
| * Disable container support in containersEelco Dolstra2014-04-03
| * Make starting a container synchronousEelco Dolstra2014-04-03
| * Always enable container loginsEelco Dolstra2014-04-03
| * nixos-container: Rewrite in PerlEelco Dolstra2014-03-31
| * Provide nixos-container unconditionallyEelco Dolstra2014-03-31
| * Remove hard-coded SSH keyEelco Dolstra2014-03-24
| * nixos-container: NixOps helper functionsEelco Dolstra2014-03-24
| * Allow dashes in container namesEelco Dolstra2014-03-24
| * Add support for imperative container managementEelco Dolstra2014-03-24
| * nixos-container-shell -> nixos-container { login | root-shell }Eelco Dolstra2014-03-24
| * Rename systemd.containers -> containersEelco Dolstra2014-03-24