aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/virtualisation (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | treewide: Remove usage of isNullDaniel Schaefer2019-04-292-4/+4
| |/ /
* | | FIx some malformed XML in option descriptionsEelco Dolstra2019-05-131-8/+5
* | | virtualbox: 5.2.28 -> 6.0.6Ambroz Bizjak2019-05-091-1/+1
|/ /
* | nixos/virtualbox: Fixes configuration to evaluateSamuel Dionne-Riel2019-04-201-2/+2
* | Merge pull request #57557 from matthewbauer/ova-swapMatthew Bauer2019-04-191-0/+5
|\ \
| * | nixos/virtualbox: add swap fileMatthew Bauer2019-04-191-0/+5
* | | ec2-amis.nix: add 19.03 amisAmineChikhaoui2019-04-181-1/+18
* | | Merge pull request #51918 from bobvanderlinden/var-runFlorian Klink2019-04-072-10/+10
|\ \ \
| * | | nixos/openvswitch: /var/run -> /runBob van der Linden2019-03-241-9/+9
| * | | nixos/docker: /var/run -> /runBob van der Linden2019-03-241-1/+1
* | | | nixos: Don't enable Docker by defaultaszlig2019-03-261-1/+1
* | | | nixos/virtualbox-image: set the root fsType to reenable root FS resizingSamuel Dionne-Riel2019-03-241-0/+1
* | | | NixOS: Run Docker containers as declarative systemd services (#55179)Benjamin Staffin2019-03-251-0/+233
* | | | Merge pull request #57897 from rnhmjoj/fix-ipv6Andreas Rammhold2019-03-241-5/+9
|\ \ \ \
| * | | | nixos/containers: create veths if only IPv6 is configuredrnhmjoj2019-03-201-5/+9
| |/ / /
* | | | Merge pull request #57826 from gebner/anboxGabriel Ebner2019-03-221-0/+144
|\ \ \ \
| * | | | nixos/anbox: init moduleEdward Tjörnhammar2019-03-181-0/+144
| |/ / /
* / / / openstackImage: set the / fsType to reenable root FS resizingAntoine Eiche2019-03-211-0/+1
|/ / /
* / / amazon-image.nix: Resolve failure to include resize2fstalyz2019-03-151-0/+1
|/ /
* | virtualbox-host module: fix warnings syntaxAristid Breitkreuz2019-03-091-1/+1
* | Merge pull request #56322 from bendlas/warn-virtualbox-configSilvan Mosberger2019-03-081-0/+2
|\ \
| * | nixos/virtualbox: add warning when for ineffective nixpkgs configHerwig Hochleitner2019-03-061-0/+2
* | | nixos/docker: add enableNvidia optionAverell Dalton2019-02-271-3/+22
|/ /
* | Merge pull request #44573 from vincentbernat/feature/cloudstackRyan Mulligan2019-02-241-0/+40
|\ \
| * | nixos/cloudstack-image: initial importVincent Bernat2018-11-171-0/+40
* | | Merge pull request #54917 from peterhoeg/f/vmwarePeter Hoeg2019-02-201-9/+9
|\ \ \
| * | | vmware: move from servers to virtualisation where it belongsPeter Hoeg2018-05-281-9/+9
* | | | Merge pull request #55589 from johanot/docker-preloader-mkif-guardlewo2019-02-121-3/+2
|\ \ \ \
| * | | | nixos/dockerPreloader: guard the entire implemetation with mkIf on image listJohan Thomsen2019-02-111-3/+2
* | | | | Merge pull request #54800 from nlewo/novaFlorian Klink2019-02-114-81/+88
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | nixos: Add ec2-metadata-fetcher.nix fileAntoine Eiche2019-02-113-43/+38
| * | | | nixos/openstackImage: default hostname is empty stringAntoine Eiche2019-02-111-0/+3
| * | | | Rename `novaImage` to `openstackImage`Antoine Eiche2019-02-111-1/+1
| * | | | nova-image: add amazon-init module to the nova imageAntoine Eiche2019-01-281-1/+2
| * | | | nova-image: use wget instead of cloud-init (via EC2 API)Antoine Eiche2019-01-281-27/+35
* | | | | Merge pull request #53419 from uvNikita/containers/fix-bridgeFlorian Klink2019-01-281-13/+15
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | nixos/containers: add bridge without address specifiedNikita Uvarov2019-01-071-13/+15
| | |_|/ | |/| |
* | | | Merge pull request #53871 from elseym/fix-container-extravethsFranz Pletz2019-01-141-0/+2
|\ \ \ \
| * | | | nixos/containers: explicitly set link up on host for extraVethselseym2019-01-131-0/+2
| |/ / /
* / / / modules/profiles/minimal: sound is disabled by defaultProfpatsch2019-01-131-1/+0
|/ / /
* | | nixos/modules/virtualisation/google-compute-config.nix: remove google-account...Florian Klink2018-12-211-27/+1
* | | Merge pull request #51393 from arianvp/container-namesFlorian Klink2018-12-051-0/+10
|\ \ \
| * | | nixos/containers: Add assertion for container name lengthArian van Putten2018-12-021-0/+10
* | | | Merge pull request #49392 from uvNikita/nixos/containers/vethsJörg Thalheim2018-12-031-5/+9
|\ \ \ \ | |/ / / |/| | |
| * | | nixos/containers: don't create veths if not configuredNikita Uvarov2018-10-291-5/+9
* | | | nixos/containers: simplify env var definitionErik Arvstedt2018-11-261-6/+2
* | | | google-compute-image: make it a module and the size tuneable (#49854)Ding Xiang Fei2018-11-262-320/+302
* | | | Merge branch 'master' of https://github.com/nixos/nixpkgs into tarball-closur...Ding Xiang Fei2018-11-262-3/+3
|\ \ \ \
| * | | | treewide: systemd timeout arguments to use infinity instead of 0 (#50934)Craig Younkins2018-11-251-1/+1
| | |_|/ | |/| |
| * | | Update GCE image for 18.09Rob Vermaas2018-11-161-2/+2