···663663 group.
664664 </para>
665665 </listitem>
666666+ <listitem>
667667+ <para>
668668+ The <literal>yambar</literal> package has been split into
669669+ <literal>yambar</literal> and
670670+ <literal>yambar-wayland</literal>, corresponding to the xorg
671671+ and wayland backend respectively. Please switch to
672672+ <literal>yambar-wayland</literal> if you are on wayland.
673673+ </para>
674674+ </listitem>
666675 </itemizedlist>
667676 </section>
668677 <section xml:id="sec-release-21.11-notable-changes">
+2
nixos/doc/manual/release-notes/rl-2111.section.md
···166166167167- The `openrazer` and `openrazer-daemon` packages as well as the `hardware.openrazer` module now require users to be members of the `openrazer` group instead of `plugdev`. With this change, users no longer need be granted the entire set of `plugdev` group permissions, which can include permissions other than those required by `openrazer`. This is desirable from a security point of view. The setting [`harware.openrazer.users`](options.html#opt-services.hardware.openrazer.users) can be used to add users to the `openrazer` group.
168168169169+- The `yambar` package has been split into `yambar` and `yambar-wayland`, corresponding to the xorg and wayland backend respectively. Please switch to `yambar-wayland` if you are on wayland.
170170+169171## Other Notable Changes {#sec-release-21.11-notable-changes}
170172171173- The setting [`services.openssh.logLevel`](options.html#opt-services.openssh.logLevel) `"VERBOSE"` `"INFO"`. This brings NixOS in line with upstream and other Linux distributions, and reduces log spam on servers due to bruteforcing botnets.
+3
nixos/modules/services/misc/gitea.nix
···522522 (umask 027; gitea_setup)
523523 ''}
524524525525+ # run migrations/init the database
526526+ ${gitea}/bin/gitea migrate
527527+525528 # update all hooks' binary paths
526529 ${gitea}/bin/gitea admin regenerate hooks
527530