summary refs log tree commit diff
path: root/nixos/modules/virtualisation/amazon-options.nix
Commit message (Collapse)AuthorAge
* nixos/*: add trivial defaultText for options with simple defaultspennae2021-12-02
|
* NixOS/amazonImageZfs: initGraham Christensen2021-08-25
| | | | | | | | | | Introduce an AWS EC2 AMI which supports aarch64 and x86_64 with a ZFS root. This uses `make-zfs-image` which implies two EBS volumes are needed inside EC2, one for boot, one for root. It should not matter which is identified `xvda` and which is `xvdb`, though I have always uploaded `boot` as `xvda`.
* amazon-image.nix: add EFI support, enable by default for aarch64Andrew Childs2019-09-05
|
* Revert "nixos: rename system.{stateVersion,defaultChannel} -> system.nixos.\1"Tuomas Tynkkynen2018-07-28
| | | | | | | | | | | This reverts commit 095fe5b43def40279a243e663c662b02caac5318. Pointless renames considered harmful. All they do is force people to spend extra work updating their configs for no benefit, and hindering the ability to switch between unstable and stable versions of NixOS. Like, what was the value of having the "nixos." there? I mean, by definition anything in a NixOS module has something to do with NixOS...
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* nixos: rename system.{stateVersion,defaultChannel} -> system.nixos.\1Jan Malakhovski2018-05-12
|
* Fix eval error due to config.ec2.hvmEelco Dolstra2017-04-04
|
* Revert "Revert "EC2: Disable PV support""Eelco Dolstra2017-04-04
| | | | This reverts commit 71710fd099ce6c46b54f05c6cf769e73cf11d49f.
* Revert "EC2: Disable PV support"Jörg Thalheim2017-04-04
| | | | | | | | This reverts commit fbe6d23624b0b62cb5754d37ab81007cd4c035ab. this breaks every non-ec2 (non-hvm) system cc @edolstra
* EC2: Disable PV supportEelco Dolstra2017-04-03
| | | | | | | | | | Unfortunately, somewhere between 16.09 and 17.03, paravirtualized instances stopped working. They hang at the pv-grub prompt ("grubdom>"). I tried reverting to a 4.4 kernel, reverting kernel compression from xz to bzip2 (even though pv-grub is supposed to support xz), and reverting the only change to initrd generation (5a8147479e794d5932273d01790c3602b8abeedc). Nothing worked so I'm giving up.
* Move amazon option out of amazon-image.nix, needed to make ec2.hvm usable ↵Rob Vermaas2015-02-16
from nixops, without breaking evaluation for other backends. (cherry picked from commit 213fe8427c5ce455b893c0c5c56cc38175bf36b7)