summaryrefslogtreecommitdiffstats
path: root/nixos/modules/virtualisation/amazon-image.nix
AgeCommit message (Expand)Author
2019-11-01ec2-utils: init at 0.5.1, include in amazon-image profile (#67347)Jörg Thalheim
2019-09-06Merge branch 'gtk-no-plus'Jan Tojnar
2019-09-06tree-wide: s/GTK+/GTK/gJan Tojnar
2019-09-05amazon-image.nix: add EFI support, enable by default for aarch64Andrew Childs
2019-08-23amazon-image: include ec2-utils in udev rulesAndrew Childs
2019-08-15nixos aws: use in-kernel ixgbevf driver (#58956)Peter Hoeg
2019-03-15amazon-image.nix: Resolve failure to include resize2fstalyz
2019-02-11nixos: Add ec2-metadata-fetcher.nix fileAntoine Eiche
2018-11-03Merge pull request #49650 from srghma/srghma-patch-1Florian Klink
2018-10-15amazon-image.nix: Disable udisksEelco Dolstra
2018-06-03fix typoSergei Khoma
2018-05-12Fix kernel crash caused by absent root deviceIhor Antonov
2018-01-06nixos: introduce boot.growPartition (#33521)zimbatm
2017-11-29amazon-image: use NTP provided by the hypervisorDaniel Peebles
2017-11-09Amazon image: Add NVMe support to the initrdEelco Dolstra
2017-04-04Fix eval error due to config.ec2.hvmEelco Dolstra
2017-01-03amazon-image.nix: Remove redundant log messageEelco Dolstra
2016-10-01openssh: support prohibit-password for permitRootLoginAnmol Sethi
2016-08-30amazon-grow-partition module: rename to grow-partitionNathan Zadoks
2016-07-11amazon-image.nix: Add the ena driverEelco Dolstra
2016-07-07amazon-image.nix: Add the ixgbevf driverEelco Dolstra
2016-05-25Remove boot.loader.grub.timeout and boot.loader.gummiboot.timeoutEelco Dolstra
2016-03-30Fix the EC2 testEelco Dolstra
2016-03-09Remove kill -9 -1 from initrd of amazon-image.nix. This causes a kernel panic.Rob Vermaas
2016-02-04Fetch all EC2 metadata / user data in the initrdEelco Dolstra
2016-02-02Revert "Do not relocate /nix and /tmp to small disks on AWS"Eelco Dolstra
2016-02-02boot.initrd.network: Support DHCPEelco Dolstra
2016-02-02ec2: Don't use ephemeral disks for /nix unionfsEelco Dolstra
2016-02-02Do not relocate /nix and /tmp to small disks on AWScransom user
2015-12-30amazon-image: enable configure-from-userdata and the corresponding VM testDan Peebles
2015-09-28Blacklist the xen_fbfront kernel moduleEelco Dolstra
2015-09-28Fix GRUB syntax in EC2 HVM imagesEelco Dolstra
2015-09-27Update AMI generatorEelco Dolstra
2015-05-29Revert "Set boot.loader.grub.configurationLimit to 1 for gce/azure/amazon ima...William A. Kennington III
2015-05-29Set boot.loader.grub.configurationLimit to 1 for gce/azure/amazon images. Set...Rob Vermaas
2015-03-28nixos/initrd: Generic library copyingWilliam A. Kennington III
2015-02-18Blacklist the nouveau driver on EC2Eelco Dolstra
2015-02-16Move amazon option out of amazon-image.nix, needed to make ec2.hvm usable fro...Rob Vermaas
2014-11-03Obsolete security.initialPasswordEelco Dolstra
2014-10-14DohhRob Vermaas
2014-10-14amazon-image.nix: Pass --option build-users-group '' to nix tools to make Ama...Rob Vermaas
2014-08-01amazon-image.nix: Overwrite busybox swaponShea Levy
2014-06-19Change size of Amazon EC2 S3-backed images to 8GB (was 4GB).Rob Vermaas
2014-06-19EC2: allow building S3-backed HVM ami'sRob Vermaas
2014-05-21Add option ec2.hvm, to set some boot configuration specific for EC2 HVM insta...Rob Vermaas
2014-05-12Set console=ttyS0 for Amazon EC2 instances, as suggested by Amazon.Rob Vermaas
2014-05-09nixos-install: Ask the user to set a root passwordEelco Dolstra
2014-04-14Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra
2014-02-24Make initialRootPassword overrideable in all virtualisation modules, not just...Rickard Nilsson
2014-02-05Re-introduce security.initialRootPassword, and add a new option users.extraUs...Rickard Nilsson