summaryrefslogtreecommitdiffstats
path: root/nixos/doc
diff options
context:
space:
mode:
authorMaciej Krüger <mkg20001@gmail.com>2021-10-19 16:33:05 +0200
committerMaciej Krüger <mkg20001@gmail.com>2021-11-03 07:49:53 +0100
commitcc1e70f8390017c49051fee1c7a1c5b5fa0a4d78 (patch)
tree5db480e38e6ce279ef6bad4c7afafe97b90412c8 /nixos/doc
parent681bd596618fb34fc3c033dd975e981c652a5b3c (diff)
release-notes: add LXD support
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 9f2578bb1810..4a134e42a0f9 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 2067ac5b305c..1e815616f201 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).