summary refs log tree commit diff
path: root/nixos/doc/manual/from_md/release-notes
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-01-24 00:13:06 +0000
committerGitHub <noreply@github.com>2023-01-24 00:13:06 +0000
commita67028b84298b2cebf715be41c3667bb8dca202d (patch)
treedaeb17f364121df853fda1a24e50adbcbe3a6716 /nixos/doc/manual/from_md/release-notes
parent869467a69642a3e646beb5bc8fb4d10d652c6ab2 (diff)
parent287b071e9a7130cacf7664e5c69ec3a889b800f8 (diff)
downloadnixpkgs-a67028b84298b2cebf715be41c3667bb8dca202d.tar
nixpkgs-a67028b84298b2cebf715be41c3667bb8dca202d.tar.gz
nixpkgs-a67028b84298b2cebf715be41c3667bb8dca202d.tar.bz2
nixpkgs-a67028b84298b2cebf715be41c3667bb8dca202d.tar.lz
nixpkgs-a67028b84298b2cebf715be41c3667bb8dca202d.tar.xz
nixpkgs-a67028b84298b2cebf715be41c3667bb8dca202d.tar.zst
nixpkgs-a67028b84298b2cebf715be41c3667bb8dca202d.zip
Merge master into haskell-updates
Diffstat (limited to 'nixos/doc/manual/from_md/release-notes')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2305.section.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2305.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2305.section.xml
index a657e751eee..8613bf8b03b 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2305.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2305.section.xml
@@ -350,6 +350,15 @@
       </listitem>
       <listitem>
         <para>
+          The <literal>--target-host</literal> and
+          <literal>--build-host</literal> options of
+          <literal>nixos-rebuild</literal> no longer treat the
+          <literal>localhost</literal> value specially – to build
+          on/deploy to local machine, omit the relevant flag.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           The <literal>nix.readOnlyStore</literal> option has been
           renamed to <literal>boot.readOnlyNixStore</literal> to clarify
           that it configures the NixOS boot process, not the Nix daemon.
@@ -534,6 +543,13 @@
       </listitem>
       <listitem>
         <para>
+          <literal>services.dhcpcd</literal> service now don’t solicit
+          or accept IPv6 Router Advertisements on interfaces that use
+          static IPv6 addresses.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           The module <literal>services.headscale</literal> was
           refactored to be compliant with
           <link xlink:href="https://github.com/NixOS/rfcs/blob/master/rfcs/0042-config-option.md">RFC