about summary refs log tree commit diff
path: root/nixos/modules/virtualisation/amazon-image.nix
AgeCommit message (Expand)AuthorFilesLines
2024-03-08nixos/amazon-image: Enable Amazon SSM Agent by defaultJack Kelly1-0/+4
2024-02-09nixos/amazon-image: Take over maintainershipArian van Putten1-0/+1
2024-01-19nixos: fix remaining services for network-online dep fixJade Lovelace1-0/+1
2023-01-31ena: 2.8.0 -> 2.8.2Nicholas Sielicki1-5/+1
2023-01-15services.openssh: support freeform settings (#193757)Matthieu Coudron1-1/+1
2022-11-23nixos/ec2: use only curl in metadata fetcher, log to consoleLinus Heckemann1-5/+4
2022-11-23amazon-image: fetch metadata only in stage-2Linus Heckemann1-70/+11
2022-11-23nixos/ec2: remove paravirtualization-specific codeLinus Heckemann1-12/+3
2022-05-08nixos/amazon-image: default to 5.15 kernelEuan Kemp1-4/+2
2022-02-27nixos/amazon-image: use 5_10 kernel and add assertzowoq1-0/+5
2022-02-04amazon-ec2-utils: 1.2 -> 2.0Tom Prince1-1/+1
2021-08-25NixOS/amazonImageZfs: initGraham Christensen1-2/+8
2021-08-20NixOS AWS AMI: Create boot entries for each system generationYour Name1-4/+0
2021-08-20NixOS AWS AMI: enable the serial console on ttyS0Your Name1-1/+12
2021-08-20NixOS AWS AMI: Configure Grub's serial consoleYour Name1-0/+5
2021-08-20NixOS AMI: Give grub a 1s timeout now that AWS has emergency console access.Your Name1-1/+1
2021-08-20NixOS AWS AMI: Set the console to 115200n8Your Name1-1/+1
2020-11-24utillinux: rename to util-linuxGraham Christensen1-1/+1
2020-11-19nixos: ec2 ami: support IMDSv2Graham Christensen1-0/+1
2020-10-30amazon-image: random.trust_cpu=on to cut 10s from bootGraham Christensen1-1/+1
2019-11-01ec2-utils: init at 0.5.1, include in amazon-image profile (#67347)Jörg Thalheim1-0/+3
2019-09-06Merge branch 'gtk-no-plus'Jan Tojnar1-1/+1
2019-09-06tree-wide: s/GTK+/GTK/gJan Tojnar1-1/+1
2019-09-05amazon-image.nix: add EFI support, enable by default for aarch64Andrew Childs1-1/+11
2019-08-23amazon-image: include ec2-utils in udev rulesAndrew Childs1-0/+3
2019-08-15nixos aws: use in-kernel ixgbevf driver (#58956)Peter Hoeg1-4/+3
2019-03-15amazon-image.nix: Resolve failure to include resize2fstalyz1-0/+1
2019-02-11nixos: Add ec2-metadata-fetcher.nix fileAntoine Eiche1-21/+8
2018-11-03Merge pull request #49650 from srghma/srghma-patch-1Florian Klink1-1/+1
2018-10-15amazon-image.nix: Disable udisksEelco Dolstra1-1/+5
2018-06-03fix typoSergei Khoma1-1/+1
2018-05-12Fix kernel crash caused by absent root deviceIhor Antonov1-7/+0
2018-01-06nixos: introduce boot.growPartition (#33521)zimbatm1-2/+2
2017-11-29amazon-image: use NTP provided by the hypervisorDaniel Peebles1-0/+3
2017-11-09Amazon image: Add NVMe support to the initrdEelco Dolstra1-1/+1
2017-04-04Fix eval error due to config.ec2.hvmEelco Dolstra1-0/+6
2017-01-03amazon-image.nix: Remove redundant log messageEelco Dolstra1-1/+0
2016-10-01openssh: support prohibit-password for permitRootLoginAnmol Sethi1-1/+1
2016-08-30amazon-grow-partition module: rename to grow-partitionNathan Zadoks1-1/+3
2016-07-11amazon-image.nix: Add the ena driverEelco Dolstra1-2/+6
2016-07-07amazon-image.nix: Add the ixgbevf driverEelco Dolstra1-1/+2
2016-05-25Remove boot.loader.grub.timeout and boot.loader.gummiboot.timeoutEelco Dolstra1-1/+1
2016-03-30Fix the EC2 testEelco Dolstra1-2/+1
2016-03-09Remove kill -9 -1 from initrd of amazon-image.nix. This causes a kernel panic.Rob Vermaas1-1/+0
2016-02-04Fetch all EC2 metadata / user data in the initrdEelco Dolstra1-2/+14
2016-02-02Revert "Do not relocate /nix and /tmp to small disks on AWS"Eelco Dolstra1-5/+1
2016-02-02boot.initrd.network: Support DHCPEelco Dolstra1-29/+5
2016-02-02ec2: Don't use ephemeral disks for /nix unionfsEelco Dolstra1-4/+39
2016-02-02Do not relocate /nix and /tmp to small disks on AWScransom user1-1/+5
2015-12-30amazon-image: enable configure-from-userdata and the corresponding VM testDan Peebles1-1/+1