summaryrefslogtreecommitdiffstats
path: root/nixos/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-11-03 12:01:58 +0000
committerGitHub <noreply@github.com>2021-11-03 12:01:58 +0000
commitbf39715fe0cffc8497e1cd2af66a1c8a7aa05403 (patch)
treec7a267fa90e5ac8f9e8c0083845d34092c6f0055 /nixos/doc
parentf8a407fe234c1d6c1bc127a6dcf231aeefdfc1f7 (diff)
parent5ddd811104c66d444dca69c8b407a2c2c1fdd152 (diff)
Merge staging-next into staging
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2111.section.xml19
-rw-r--r--nixos/doc/manual/release-notes/rl-2111.section.md4
2 files changed, 23 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
index 877643e2e3f9..fbb02cccfe88 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
@@ -100,6 +100,25 @@
Notes</link> for details.
</para>
</listitem>
+ <listitem>
+ <para>
+ LXD support was greatly improved:
+ </para>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ building LXD images from configurations is now directly
+ possible with just nixpkgs
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ hydra is now building nixOS LXD images that can be used
+ standalone with full nixos-rebuild support
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
</itemizedlist>
</section>
<section xml:id="sec-release-21.11-new-services">
diff --git a/nixos/doc/manual/release-notes/rl-2111.section.md b/nixos/doc/manual/release-notes/rl-2111.section.md
index effc1087e06c..27464bc5e6d5 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -35,6 +35,10 @@ In addition to numerous new and upgraded packages, this release has the followin
- GNOME has been upgraded to 41. Please take a look at their [Release Notes](https://help.gnome.org/misc/release-notes/41.0/) for details.
+- LXD support was greatly improved:
+ - building LXD images from configurations is now directly possible with just nixpkgs
+ - hydra is now building nixOS LXD images that can be used standalone with full nixos-rebuild support
+
## New Services {#sec-release-21.11-new-services}
- [btrbk](https://digint.ch/btrbk/index.html), a backup tool for btrfs subvolumes, taking advantage of btrfs specific capabilities to create atomic snapshots and transfer them incrementally to your backup locations. Available as [services.btrbk](options.html#opt-services.brtbk.instances).