summary refs log tree commit diff
path: root/nixos/modules/virtualisation/amazon-image.nix
Commit message (Expand)AuthorAge
* Merge pull request #49650 from srghma/srghma-patch-1Florian Klink2018-11-03
|\
| * fix typoSergei Khoma2018-06-03
* | amazon-image.nix: Disable udisksEelco Dolstra2018-10-15
* | Fix kernel crash caused by absent root deviceIhor Antonov2018-05-12
* | nixos: introduce boot.growPartition (#33521)zimbatm2018-01-06
|/
* amazon-image: use NTP provided by the hypervisorDaniel Peebles2017-11-29
* Amazon image: Add NVMe support to the initrdEelco Dolstra2017-11-09
* Fix eval error due to config.ec2.hvmEelco Dolstra2017-04-04
* amazon-image.nix: Remove redundant log messageEelco Dolstra2017-01-03
* openssh: support prohibit-password for permitRootLoginAnmol Sethi2016-10-01
* amazon-grow-partition module: rename to grow-partitionNathan Zadoks2016-08-30
* amazon-image.nix: Add the ena driverEelco Dolstra2016-07-11
* amazon-image.nix: Add the ixgbevf driverEelco Dolstra2016-07-07
* Remove boot.loader.grub.timeout and boot.loader.gummiboot.timeoutEelco Dolstra2016-05-25
* Fix the EC2 testEelco Dolstra2016-03-30
* Remove kill -9 -1 from initrd of amazon-image.nix. This causes a kernel panic.Rob Vermaas2016-03-09
* Fetch all EC2 metadata / user data in the initrdEelco Dolstra2016-02-04
* Revert "Do not relocate /nix and /tmp to small disks on AWS"Eelco Dolstra2016-02-02
* boot.initrd.network: Support DHCPEelco Dolstra2016-02-02
* ec2: Don't use ephemeral disks for /nix unionfsEelco Dolstra2016-02-02
* Do not relocate /nix and /tmp to small disks on AWScransom user2016-02-02
* amazon-image: enable configure-from-userdata and the corresponding VM testDan Peebles2015-12-30
* Blacklist the xen_fbfront kernel moduleEelco Dolstra2015-09-28
* Fix GRUB syntax in EC2 HVM imagesEelco Dolstra2015-09-28
* Update AMI generatorEelco Dolstra2015-09-27
* Revert "Set boot.loader.grub.configurationLimit to 1 for gce/azure/amazon ima...William A. Kennington III2015-05-29
* Set boot.loader.grub.configurationLimit to 1 for gce/azure/amazon images. Set...Rob Vermaas2015-05-29
* nixos/initrd: Generic library copyingWilliam A. Kennington III2015-03-28
* Blacklist the nouveau driver on EC2Eelco Dolstra2015-02-18
* Move amazon option out of amazon-image.nix, needed to make ec2.hvm usable fro...Rob Vermaas2015-02-16
* Obsolete security.initialPasswordEelco Dolstra2014-11-03
* DohhRob Vermaas2014-10-14
* amazon-image.nix: Pass --option build-users-group '' to nix tools to make Ama...Rob Vermaas2014-10-14
* amazon-image.nix: Overwrite busybox swaponShea Levy2014-08-01
* 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
* 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-install: Ask the user to set a root passwordEelco Dolstra2014-05-09
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
* Make initialRootPassword overrideable in all virtualisation modules, not just...Rickard Nilsson2014-02-24
* Re-introduce security.initialRootPassword, and add a new option users.extraUs...Rickard Nilsson2014-02-05
* Generate /etc/passwd and /etc/group at build timeRickard Nilsson2014-02-05
* Don't set an initial null root password for Amazon / VirtualBox imagesEelco Dolstra2013-11-01
* Rename environment.nix -> nix.packageEelco Dolstra2013-10-28
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10