aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/virtualisation/amazon-image.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* utillinux: rename to util-linuxGraham Christensen2020-11-241-1/+1
* nixos: ec2 ami: support IMDSv2Graham Christensen2020-11-191-0/+1
* amazon-image: random.trust_cpu=on to cut 10s from bootGraham Christensen2020-10-301-1/+1
* ec2-utils: init at 0.5.1, include in amazon-image profile (#67347)Jörg Thalheim2019-11-011-0/+3
|\
| * amazon-image: include ec2-utils in udev rulesAndrew Childs2019-08-231-0/+3
* | Merge branch 'gtk-no-plus'Jan Tojnar2019-09-061-1/+1
|\ \
| * | tree-wide: s/GTK+/GTK/gJan Tojnar2019-09-061-1/+1
| |/
* / amazon-image.nix: add EFI support, enable by default for aarch64Andrew Childs2019-09-051-1/+11
|/
* nixos aws: use in-kernel ixgbevf driver (#58956)Peter Hoeg2019-08-151-4/+3
* amazon-image.nix: Resolve failure to include resize2fstalyz2019-03-151-0/+1
* nixos: Add ec2-metadata-fetcher.nix fileAntoine Eiche2019-02-111-21/+8
* Merge pull request #49650 from srghma/srghma-patch-1Florian Klink2018-11-031-1/+1
|\
| * fix typoSergei Khoma2018-06-031-1/+1
* | amazon-image.nix: Disable udisksEelco Dolstra2018-10-151-1/+5
* | Fix kernel crash caused by absent root deviceIhor Antonov2018-05-121-7/+0
* | nixos: introduce boot.growPartition (#33521)zimbatm2018-01-061-2/+2
|/
* amazon-image: use NTP provided by the hypervisorDaniel Peebles2017-11-291-0/+3
* Amazon image: Add NVMe support to the initrdEelco Dolstra2017-11-091-1/+1
* Fix eval error due to config.ec2.hvmEelco Dolstra2017-04-041-0/+6
* amazon-image.nix: Remove redundant log messageEelco Dolstra2017-01-031-1/+0
* openssh: support prohibit-password for permitRootLoginAnmol Sethi2016-10-011-1/+1
* amazon-grow-partition module: rename to grow-partitionNathan Zadoks2016-08-301-1/+3
* amazon-image.nix: Add the ena driverEelco Dolstra2016-07-111-2/+6
* amazon-image.nix: Add the ixgbevf driverEelco Dolstra2016-07-071-1/+2
* Remove boot.loader.grub.timeout and boot.loader.gummiboot.timeoutEelco Dolstra2016-05-251-1/+1
* Fix the EC2 testEelco Dolstra2016-03-301-2/+1
* Remove kill -9 -1 from initrd of amazon-image.nix. This causes a kernel panic.Rob Vermaas2016-03-091-1/+0
* Fetch all EC2 metadata / user data in the initrdEelco Dolstra2016-02-041-2/+14
* Revert "Do not relocate /nix and /tmp to small disks on AWS"Eelco Dolstra2016-02-021-5/+1
* boot.initrd.network: Support DHCPEelco Dolstra2016-02-021-29/+5
* ec2: Don't use ephemeral disks for /nix unionfsEelco Dolstra2016-02-021-4/+39
* Do not relocate /nix and /tmp to small disks on AWScransom user2016-02-021-1/+5
* amazon-image: enable configure-from-userdata and the corresponding VM testDan Peebles2015-12-301-1/+1
* Blacklist the xen_fbfront kernel moduleEelco Dolstra2015-09-281-1/+3
* Fix GRUB syntax in EC2 HVM imagesEelco Dolstra2015-09-281-1/+1
* Update AMI generatorEelco Dolstra2015-09-271-83/+16
* Revert "Set boot.loader.grub.configurationLimit to 1 for gce/azure/amazon ima...William A. Kennington III2015-05-291-1/+1
* Set boot.loader.grub.configurationLimit to 1 for gce/azure/amazon images. Set...Rob Vermaas2015-05-291-1/+1
* nixos/initrd: Generic library copyingWilliam A. Kennington III2015-03-281-1/+1
* Blacklist the nouveau driver on EC2Eelco Dolstra2015-02-181-0/+4
* Move amazon option out of amazon-image.nix, needed to make ec2.hvm usable fro...Rob Vermaas2015-02-161-11/+0
* Obsolete security.initialPasswordEelco Dolstra2014-11-031-5/+0
* DohhRob Vermaas2014-10-141-2/+2
* amazon-image.nix: Pass --option build-users-group '' to nix tools to make Ama...Rob Vermaas2014-10-141-2/+2
* amazon-image.nix: Overwrite busybox swaponShea Levy2014-08-011-1/+1
* Change size of Amazon EC2 S3-backed images to 8GB (was 4GB).Rob Vermaas2014-06-191-1/+1
* EC2: allow building S3-backed HVM ami'sRob Vermaas2014-06-191-7/+24
* Add option ec2.hvm, to set some boot configuration specific for EC2 HVM insta...Rob Vermaas2014-05-211-157/+176
* Set console=ttyS0 for Amazon EC2 instances, as suggested by Amazon.Rob Vermaas2014-05-121-0/+1
* nixos-install: Ask the user to set a root passwordEelco Dolstra2014-05-091-5/+0