···42- A new option `system.etc.overlay.enable` was added. If enabled, `/etc` is
43 mounted via an overlayfs instead of being created by a custom perl script.
4400000045- It is now possible to have a completely perlless system (i.e. a system
46 without perl). Previously, the NixOS activation depended on two perl scripts
47 which can now be replaced via an opt-in mechanism. To make your system
···130 [v0.30](https://github.com/derailed/k9s/releases/tag/v0.30.0) and
131 [v0.31](https://github.com/derailed/k9s/releases/tag/v0.31.0) for details. It is recommended
132 to back up your current configuration and let k9s recreate the new base configuration.
000000133134- The option `services.postgresql.ensureUsers._.ensurePermissions` has been removed as it's
135 not declarative and is broken with newer postgresql versions. Consider using
···42- A new option `system.etc.overlay.enable` was added. If enabled, `/etc` is
43 mounted via an overlayfs instead of being created by a custom perl script.
4445+- NixOS AMIs are now uploaded regularly to a new AWS Account.
46+ Instructions on how to use them can be found on <https://nixos.github.io/amis>.
47+ We are working on integration the data into the NixOS homepage.
48+ The list in `nixos/modules/virtualisation/amazon-ec2-amis.nix` will stop
49+ being updated and will be removed in the future.
50+51- It is now possible to have a completely perlless system (i.e. a system
52 without perl). Previously, the NixOS activation depended on two perl scripts
53 which can now be replaced via an opt-in mechanism. To make your system
···136 [v0.30](https://github.com/derailed/k9s/releases/tag/v0.30.0) and
137 [v0.31](https://github.com/derailed/k9s/releases/tag/v0.31.0) for details. It is recommended
138 to back up your current configuration and let k9s recreate the new base configuration.
139+140+- NixOS AMIs are now uploaded regularly to a new AWS Account.
141+ Instructions on how to use them can be found on <https://nixos.github.io/amis>.
142+ We are working on integration the data into the NixOS homepage.
143+ The list in `nixos/modules/virtualisation/amazon-ec2-amis.nix` will stop
144+ being updated and will be removed in the future.
145146- The option `services.postgresql.ensureUsers._.ensurePermissions` has been removed as it's
147 not declarative and is broken with newer postgresql versions. Consider using