42 KiB
Release 22.11 (“Raccoon”, 2022.11/30)
The NixOS release team is happy to announce a new version of NixOS 22.11. NixOS is a Linux distribution, whose set of packages can also be used on other Linux systems and macOS.
This release is supported until the end of June 2023, handing over to NixOS 23.05.
To upgrade to the latest release follow the upgrade chapter.
Highlights
In addition to numerous new and upgraded packages, this release includes the following highlights:
-
Software that uses the
cryptpassword hashing API is now using the implementation provided bylibxcryptinstead of glibc's, which enables support for more secure algorithms.- Support for algorithms that
libxcryptdoes not consider strong are deprecated as of this release, and will be removed in NixOS 23.05. - This includes system login passwords. Given this, we strongly encourage all users to update their system passwords, as you will be unable to login if password hashes are not migrated by the time their support is removed.
- When using
users.users.<name>.hashedPasswordto configure user passwords, runmkpasswd, and use the yescrypt hash that is provided as the new value. - On the other hand, for interactively configured user passwords, re-set the passwords for all users with
passwd. - This release introduces warnings for the use of deprecated hash algorithms for both methods of configuring passwords. To make sure you migrated correctly, run
nixos-rebuild switch.
- When using
- Support for algorithms that
-
The NixOS documentation is now generated from markdown. While docbook is still part of the documentation build process, it's a big step towards the full migration.
-
aarch64-linuxis now included in thenixos-22.11andnixos-22.11-smallchannels. This means that when those channel update, bothx86_64-linuxandaarch64-linuxwill be available in the binary cache. -
aarch64-linuxISOs are now available on the downloads page. -
nsncdis now available as a replacement ofnscd.nscdis responsible for resolving hostnames, users and more in NixOS and has been a long standing source of bugs, such as sporadic network freezes.More context in this issue.
Help us test the new implementation by setting
services.nscd.enableNsncdtotrue.We plan to use
nsncdby default in NixOS 23.05. -
Linode cloud images are now supported by importing
${modulesPath}/virtualisation/linode-image.nixand accessingsystem.build.linodeImageon the output. -
hardware.nvidiahas a new option,hardware.nvidia.open, that can be used to enable the usage of NVIDIA's open-source kernel driver. Note that the driver's support for GeForce and Workstation GPUs is still alpha quality, see the release announcement for more information. -
The
emacspackage now makes use of native compilation which means:- Emacs packages from Nixpkgs, builtin or not, will do native compilation ahead of time so you can enjoy the benefit of native compilation without compiling them on you machine;
- Emacs packages from somewhere else, e.g.
package-install, will perform asynchronously deferred native compilation. If you do not want this, maybe to avoid CPU consumption for compilation, you can use(setq native-comp-deferred-compilation nil)to disable it while still benefiting from native compilation for packages from Nixpkgs.
Internal changes
-
Haskell
ghcWithPackagesis now up to 15 times faster to evaluate, thanks to changinglib.closePropagationfrom a quadratic to linear complexity. Please see backward incompatibilities notes below. https://github.com/NixOS/nixpkgs/pull/194391 -
For cross-compilation targets that can also run on the building machine, we now run tests. This, for example, is the case for the
pkgsStaticandpkgsLLVMpackage sets or i686 packages onx86_64machines. -
To simplify cross-compilation in NixOS, this release introduces the
nixpkgs.hostPlatformandnixpkgs.buildPlatformoptions. These cover and override thenixpkgs.{system,localSystem,crossSystem}options.hostPlatformis the platform or "system" string of the NixOS system described by the configuration.buildPlatformis the platform that is responsible for building the NixOS configuration. It defaults to thehostPlatform, for a non-cross build configuration. To cross compile, setbuildPlatformto a different value.
The new options convey the same information, but with fewer options, and following the Nixpkgs terminology.
The existing options
nixpkgs.{system,localSystem,crossSystem}have not been formally deprecated, to allow for evaluation of the change and to allow for a transition period so that in time the ecosystem can switch without breaking compatibility with any supported NixOS release.
Notable version updates
-
Nix has been upgraded from v2.8.1 to v2.11.0. For more information, please see the release notes for 2.9, 2.10 and 2.11.
-
OpenSSL now defaults to OpenSSL 3, updated from 1.1.1.
-
GNOME has been upgraded to version 43. Please see the release notes for details.
-
KDE Plasma has been upgraded from v5.24 to v5.26. Please see the release notes for v5.25 and v5.26 for more details on the included changes.
-
Cinnamon has been updated to 5.4, and the Cinnamon module now defaults to Blueman as the Bluetooth manager and slick-greeter as the LightDM greeter, to match upstream.
-
PHP now defaults to PHP 8.1, updated from 8.0.
-
Perl has been updated to 5.36, and its core module
HTTP::Tinywas patched to verify SSL/TLS certificates by default. -
Python now defaults to 3.10, updated from 3.9.
Backward Incompatibilities
-
Nixpkgs now requires Nix 2.3 or newer.
-
The
isCompatiblepredicate checking CPU compatibility is no longer exposed by the platform sets generated usinglib.systems.elaborate. In most cases you will want to use the newcanExecutepredicate instead which also takes the kernel / syscall interface into account.lib.systems.parse.isCompatiblestill exists, but has changed semantically: Architectures with differing endianness modes are no longer considered compatible. -
ngrokhas been upgraded from 2.3.40 to 3.0.4. Please see the upgrade guide and changelog. Notably, breaking changes are that the config file format has changed and support for single hyphen arguments was dropped. -
i18n.supportedLocalesis now only generated with the locales set ini18n.defaultLocaleandi18n.extraLocaleSettings.- This reduces the final system closure size by up to 200MB.
- If you require all locales installed, set the option to
[ "all" ].
-
Deprecated settings
logrotate.pathsandlogrotate.extraConfighave been removed. Please convert any uses to services.logrotate.settings instead. -
The
isPowerPCpredicate, found onplatformattrsets (hostPlatform,buildPlatform,targetPlatform, etc) has been removed in order to reduce confusion. The predicate was defined such that it matches only the 32-bit big-endian members of the POWER/PowerPC family, despite having a name which would imply a broader set of systems. If you were using this predicate, you can replacefoo.isPowerPCwith(with foo; isPower && is32bit && isBigEndian). -
The
fetchgitfetcher now uses cone mode by default for sparse checkouts. Non-cone mode can be enabled by passingnonConeMode = true, but note that non-cone mode is deprecated and this option may be removed alongside a future Git update without notice. -
The
fetchgitfetcher supports sparse checkouts via thesparseCheckoutoption. This used to accept a multi-line string with directories/patterns to check out, but now requires a list of strings. -
opensshwas updated to version 9.1, disabling the generation of DSA keys when usingssh-keygen -Aas they are insecure. Also,SetEnvdirectives inssh_configandsshd_configare now first-match-wins. -
bsp-layoutno longer uses the commandcycleto switch to other window layouts, as it got replaced by the commandspreviousandnext. -
The Barco ClickShare driver/client package
pkgs.clickshare-csc1and the optionprograms.clickshare-csc1.enablehave been removed, as it requiresqt4, which reached its end-of-life 2015 and will no longer be supported by nixpkgs. According to Barco many of their base unit models can be used with Google Chrome and the Google Cast extension. -
services.hbasehas been renamed toservices.hbase-standalone. For production HBase clusters, useservices.hadoop.hbaseinstead. -
The
p4package now only includes the open-source Perforce Helix Core command-line client and APIs. It no longer installs the unfree Helix Core Server binariesp4d,p4broker, andp4p. To install the Helix Core Server binaries, use thep4dpackage instead. -
The OpenSSL extension for the PHP interpreter used by Nextcloud is built against OpenSSL 1.1 if is below
22.11. This is to make sure that people using server-side encryption don't lose access to their files.In any other case, it's safe to use OpenSSL 3 for PHP's OpenSSL extension. This can be done by setting
services.nextcloud.enableBrokenCiphersForSSEtofalse. -
The
coqpackage and versioned variants starting atcoq_8_14no longer include CoqIDE, which is now available throughcoqPackages.coqide. It is still possible to get CoqIDE as part of thecoqpackage by overriding thebuildIdeargument of the derivation. -
PHP 7.4 is no longer supported due to upstream not supporting this version for the entire lifecycle of the 22.11 release.
-
The ipfs package and module were renamed to kubo. The kubo module now uses an RFC42-style
settingsoption instead ofextraConfigand thegatewayAddress,apiAddressandswarmAddressoptions were renamed. Using the old names will print a warning but still work. -
pkgs.cosigndoes not provide thecosignedbinary anymore. Thesgetbinary has been moved into its own package. -
Emacs now uses the Lucid toolkit by default instead of GTK because of stability and compatibility issues. Users who still wish to remain using GTK can do so by using
emacs-gtk. -
kanidmhas been updated to 1.1.0-alpha.10 and now requires a TLS certificate and key. It will always starthttpsand-–-if enabled-–-an LDAPS server and no HTTP and LDAP server anymore. -
riak package removed along with
services.riakmodule, due to lack of maintainer to update the package. -
ppd files in
pkgs.cups-drv-rastertosag-gdiare now gzipped. If you refer to such a ppd file with its path (e.g. via hardware.printers.ensurePrinters) you will need to append.gzto the path. -
xow package removed along with the
hardware.xowmodule, due to the project being deprecated in favor ofxone, which is available via thehardware.xonemodule. -
dd-agent package removed along with the
services.dd-agentmodule, due to the project being deprecated in favor ofdatadog-agent, which is available via theservices.datadog-agentmodule. -
teleporthas been upgraded to major version 10. Please see upstream upgrade instructions and release notes. -
lib.closePropagationnow needs that all gathered sets have anoutPathattribute. -
lemmy module option
services.lemmy.settings.database.createLocallymoved toservices.lemmy.database.createLocally. -
virtlyst package and
services.virtlystmodule removed, due to lack of maintainers. -
The
nix.checkConfigoption now fully disables the config check. The newnix.checkAllErrorsoption behaves likenix.checkConfigpreviously did. -
generateOptparseApplicativeCompletionsandgenerateOptparseApplicativeCompletionfromhaskell.lib.compose(andhaskell.lib) have been deprecated in favor ofgenerateOptparseApplicativeCompletions(plural!) as provided by the haskell package sets (sohaskellPackages.generateOptparseApplicativeCompletionsetc.). The latter allows for cross-compilation (by automatically disabling generation of completion in the cross case). For it to work properly you need to make sure that the function comes from the same context as the package you are trying to override, i.e. always use the same package set as your package is coming from or – even better – useself.generateOptparseApplicativeCompletionsif you are overriding a haskell package set. The old functions are retained for backwards compatibility, but yield are warning. -
The
services.graphite.apiandservices.graphite.beaconNixOS options, and thepython3.pkgs.graphite_api,python3.pkgs.graphite_beaconandpython3.pkgs.influxgraphpackages, have been removed due to lack of upstream maintenance. -
The
tracebinary fromperf-linuxpackage has been removed, due to being a duplicate of theperfbinary. -
The
awspackage has been removed due to being abandoned by the upstream. It is recommended to useawscliorawscli2instead. -
The CEmu TI-84 Plus CE emulator package has been renamed to
cemu-ti. The Cemu Wii U emulator is now packaged ascemu. -
systemd-networkdv250 deprecated, renamed, and moved some sections and settings which leads to the following breaking module changes:systemd.network.networks.<name>.dhcpV6PrefixDelegationConfigis renamed tosystemd.network.networks.<name>.dhcpPrefixDelegationConfig.systemd.network.networks.<name>.dhcpV6Configno longer accepts theForceDHCPv6PDOtherInformation=setting. Please use theWithoutRA=andUseDelegatedPrefix=settings in yoursystemd.network.networks.<name>.dhcpV6Configand theDHCPv6Client=setting in yoursystemd.network.networks.<name>.ipv6AcceptRAConfigto control when the DHCPv6 client is started and how the delegated prefixes are handled by the DHCPv6 client.systemd.network.networks.<name>.networkConfigno longer accepts theIPv6Token=setting. Use theToken=setting in yoursystemd.network.networks.<name>.ipv6AcceptRAConfiginstead. Thesystemd.network.networks.<name>.ipv6Prefixes.*.ipv6PrefixConfignow also accepts theToken=setting.
-
arangodbversions 3.3, 3.4, and 3.5 have been removed because they are at EOL upstream. The default is now 3.10.0. Support for aarch64-linux has been removed since the target cannot be built reproducibly. By defaultarangodbis now built for thehaswellarchitecture. If you wish to build for a different architecture, you may override thetargetArchitectureargument with a value from this list supported upstream. Some architecture specific optimizations are also conditionally enabled. You may alter this behavior by overriding theasmOptimizationsparameter. You may also add additional architecture support by adding more-DHAS_XYZflags tocmakeFlagsviaoverrideAttrs. -
The
meta.mainProgramattribute of packages inwineWowPackagesnow defaults to"wine64". -
The
paperlessmodule now defaultsPAPERLESS_TIME_ZONEto your configured system timezone. -
The top-level
termonad-with-packagesalias fortermonadhas been removed. -
Linux 4.9 has been removed because it will reach its end of life within the lifespan of 22.11.
-
(Neo)Vim can not be configured with
configure.pathogenanymore to reduce maintenance burden. Useconfigure.packagesinstead. -
Neovim can not be configured with plug anymore (still works for vim).
-
The
adguardhomemodule no longer useshostandportoptions, usesettings.bind_hostandsettings.bind_portinstead. -
The default
kopsversion is now 1.25.1 and support for 1.22 and older has been dropped. -
The
zreplpackage has been updated from 0.5.0 to 0.6.0. See the changelog for details. -
k3sno longer supports Docker as runtime due to upstream dropping support. -
cassandra_2_1andcassandra_2_2have been removed. Please update tocassandra_3_11orcassandra_3_0. See the changelog for more information about the upgrade process. -
mysql57has been removed. Please update tomysql80ormariadb. See the upgrade guide for more information. -
Consequently,
cqrlogandamoroknow usemariadbinstead ofmysql57for their embedded databases. Runningmysql_upgrademay be necessary. -
k3ssupportsclusterInitoption, and it is enabled by default, for servers. -
percona-server56has been removed. Please migrate tomysqlormariadbif possible. -
obs-studiohase been updated to version 28. If you have packaged custom plugins, check if they are compatible.obs-websockethas been integrated intoobs-studio. -
signaldhas been bumped to0.23.0. For the upgrade, a migration process is necessary. It can be done by running a command like this before startingsignald.service:signald -d /var/lib/signald/db \ --database sqlite:/var/lib/signald/db \ --migrate-dataFor further information, please read the upstream changelogs.
-
styluano longer acceptslua52SupportandluauSupportoverrides. Usefeaturesinstead, which defaults to[ "lua54" "luau" ]. -
ocamlPackages.ocaml_extlibhas been renamed toocamlPackages.extlib. -
pkgs.fetchNextcloudApphas been rewritten to circumvent impurities in e.g. tarballs from GitHub and to make it easier to apply patches. This means that your hashes are out-of-date and the (previously required) attributesnameandversionare no longer accepted. -
The Syncthing service now only allows absolute paths---starting with
/or~/---forservices.syncthing.folders.<name>.path. In a future release other paths will be allowed again and interpreted relative toservices.syncthing.dataDir. -
services.github-runnerandservices.github-runners.<name>gained the optionserviceOverrideswhich allows overriding the systemdserviceConfig. If you have been overriding the systemd service configuration (i.e., by definingsystemd.services.github-runner.serviceConfig), you have to use theserviceOverridesoption now. Example:{ services.github-runner.serviceOverrides.SupplementaryGroups = [ "docker" ]; }
Other Notable Changes
-
PHP is now built in
NTS(Non-Thread Safe) mode by default.- For Apache and
mod_phpusage, we enableZTS(Zend Thread Safe) mode. This has been a common practice for a long time in other distributions.
- For Apache and
-
firefox,thunderbirdandlibrewolfnow come with Wayland support by default. Thefirefox-wayland,firefox-esr-wayland,thunderbird-waylandandlibrewolf-waylandattributes are obsolete and have been aliased to their generic attribute. -
The
xplrpackage has been updated from 0.18.0 to 0.19.0, which brings some breaking changes. See the upstream release notes for more details. -
Configuring multiple GitHub runners is now possible through
services.github-runners.<name>. The options underservices.github-runnerremain, to configure a single runner. -
github-runnergained support for ephemeral runners and registrations using a personal access token (PAT) instead of a registration token. Seeservices.github-runner.ephemeralandservices.github-runner.tokenFilefor details. -
A new module was added to provide hardware support for the Saleae Logic device family, providing the options
hardware.saleae-logic.enableandhardware.saleae-logic.package. -
ZFS module will no longer allow hibernation by default.
- This is a safety measure to prevent data loss cases like the ones described at OpenZFS/260 and OpenZFS/12842.
- Use the
boot.zfs.allowHibernationoption to configure this behaviour.
-
Mastodon now automatically removes remote media attachments older than 30 days. This is configurable through
services.mastodon.mediaAutoRemove. -
The Redis module now disables RDB persistence when
services.redis.servers.<name>.save = []instead of using the Redis default. -
Neo4j was updated from version 3 to version 4. See upstream's migration guide for information on how to migrate your instance.
-
The
networking.wireguardmodule now can set the mtu on interfaces and tag its packets with an fwmark. -
The option
overrideStrategywas added to the different systemd unit options (systemd.services.<name>,systemd.sockets.<name>, …) to allow enforcing the creation of a dropin file, rather than the main unit file, by setting it toasDropin. This is useful in cases where the existence of the main unit file is not known to Nix at evaluation time, for example when the main unit file is provided by adding a package tosystemd.packages. See the fix proposed in NixOS's systemd abstraction doesn't work with systemd template units for an example. -
The
polymcpackage has been removed due to a rogue maintainer. It has been replaced byprismlauncher, a fork by the rest of the maintainers. For more details, see the PR that made this change and the issue detailing the vulnerability. Users with existing installations should rename~/.local/share/polymcto~/.local/share/PrismLauncher. The main config file's path has also moved from~/.local/share/polymc/polymc.cfgto~/.local/share/PrismLauncher/prismlauncher.cfg. -
The
bloatpackage has been updated from unstable-2022-03-31 to unstable-2022-10-25, which brings a breaking change. See this upstream commit message for details. -
Synapse's systemd unit has been hardened.
-
The module
services.grafanawas refactored to be compliant with RFC 0042. To be precise, this means that the following things have changed:-
The newly introduced option is an attribute-set that will be converted into Grafana's INI format. This means that the configuration from Grafana's configuration reference can be directly written as attribute-set in Nix within this option.
-
The option
services.grafana.extraOptionshas been removed. This option was an association of environment variables for Grafana. If you had an expression like{ services.grafana.extraOptions.SECURITY_ADMIN_USER = "foobar"; }your Grafana instance was running with
GF_SECURITY_ADMIN_USER=foobarin its environment.For the migration, it is recommended to turn it into the INI format, i.e. to declare
{ services.grafana.settings.security.admin_user = "foobar"; }instead.
The keys in
services.grafana.extraOptionshave the format<INI section name>_<Key Name>. Further details are outlined in the configuration reference.Alternatively you can also set all your values from
extraOptionstosystemd.services.grafana.environment, make sure you don't forget to add theGF_prefix though! -
Previously, the options services.grafana.provision.datasources and services.grafana.provision.dashboards expected lists of datasources or dashboards for the declarative provisioning.
To declare lists of
- datasources, please rename your declarations to services.grafana.provision.datasources.settings.datasources.
- dashboards, please rename your declarations to services.grafana.provision.dashboards.settings.providers.
This change was made to support more features for that:
-
It's possible to declare the
apiVersionof your dashboards and datasources by services.grafana.provision.datasources.settings.apiVersion (or services.grafana.provision.dashboards.settings.apiVersion). -
Instead of declaring datasources and dashboards in pure Nix, it's also possible to specify configuration files (or directories) with YAML instead using services.grafana.provision.datasources.path (or services.grafana.provision.dashboards.path. This is useful when having provisioning files from non-NixOS Grafana instances that you also want to deploy to NixOS.
Note: secrets from these files will be leaked into the store unless you use a file-provider or env-var for secrets!
-
services.grafana.provision.notifiersis not affected by this change because this feature is deprecated by Grafana and will probably be removed in Grafana 10. It's recommended to useservices.grafana.provision.alerting.contactPointsinstead.
-
-
The
services.grafana.provision.alertingoption was added. It includes suboptions for every alerting-related objects (with the exception ofnotifiers), which means it's now possible to configure modern Grafana alerting declaratively. -
Synapse now requires entries in the
state_group_edgestable to be unique, in order to prevent accidentally introducing duplicate information (for example, because a database backup was restored multiple times). If your Synapse database already has duplicate rows in this table, this could fail with an error and require manual remediation. -
The
diamondpackage has been update from 0.8.36 to 2.0.15. See the upstream release notes for more details. -
The
guakepackage has been updated from 3.6.3 to 3.9.0, see the changelog for more details. -
The
netlify-clipackage has been updated from 6.13.2 to 12.2.4, see the changelog for more details. -
dockerTools.buildImage'scontentsparameter has been deprecated in favor ofcopyToRoot. UsecopyToRoot = buildEnv { ... };or similar if you intend to add packages to/bin. -
The
proxmox.qemuConf.biosoption was added, it corresponds toHardware->BIOSfield in Proxmox web interface. Use"ovmf"value to build UEFI image, default value remains"bios". New optionproxmox.partitionTableTypedefaults to either"legacy"or"efi", depending on thebiosvalue. SettingpartitionTableTypeto"hybrid"results in an image, which supports both methods ("bios"and"ovmf"), thereby remaining bootable after change to ProxmoxHardware->BIOSfield. -
memtest86+ was updated from 5.00-coreboot-002 to 6.00-beta2. It is now the upstream version from https://www.memtest.org/, as coreboot's fork is no longer available.
-
Option descriptions, examples, and defaults writing in DocBook are now deprecated. Using CommonMark is preferred and will become the default in a future release.
-
The
documentation.nixos.options.allowDocBookoption was added to ease the transition to CommonMark option documentation. Setting this option tofalsecauses an error for every option included in the manual that uses DocBook documentation; it defaults totrueto preserve the previous behavior and will be removed once the transition to CommonMark is complete. -
The Redis module now persists each instance's configuration file in the state directory, in order to support some more advanced use cases like Sentinel.
-
protonuphas been aliased to and replaced byprotonup-ngdue to upstream not maintaining it. -
The udisks2 service, available at
services.udisks2.enable, is now disabled by default. It will automatically be enabled through services and desktop environments as needed. This also means that polkit will now actually be disabled by default. The default forsecurity.polkit.enablewas already flipped in the previous release, but udisks2 being enabled by default re-enabled it. -
Nextcloud has been updated to version 25. Additionally the following things have changed for Nextcloud in NixOS:
- For Nextcloud >=24, the default PHP version is 8.1.
- Nextcloud 23 has been removed since it will reach its end of life in December 2022.
- If
system.stateVersionis >=22.11, Nextcloud 25 will be installed by default. For older versions, Nextcloud 24 will be installed. - Please ensure that you only upgrade one major release at a time! Nextcloud doesn't support upgrades across multiple versions, i.e. an upgrade from 23 to 25 is only possible when upgrading to 24 first.
-
systemd-oomd is enabled by default. Depending on which systemd units have
ManagedOOMSwap=killorManagedOOMMemoryPressure=kill, systemd-oomd will SIGKILL all the processes under the appropriate descendant cgroups when the configured limits are exceeded. NixOS does currently not configure cgroups with oomd by default, this can be enabled using systemd.oomd.enableRootSlice, systemd.oomd.enableSystemSlice, and systemd.oomd.enableUserServices. -
The
tt-rssservice performs two database migrations when you first use its web UI after upgrade. Consider backing up its database before updating. -
The
pass-secret-servicepackage now includes systemd units from upstream, so adding it to the NixOSservices.dbus.packagesoption will make it start automatically as a systemd user service when an application tries to talk to the libsecret D-Bus API. -
The Wordpress module now has support for installing language packs through a new option,
services.wordpress.sites.<site>.languages. -
The default package for
services.mullvad-vpn.packagewas changed topkgs.mullvad, allowing cross-platform usage of Mullvad.pkgs.mullvadonly contains the Mullvad CLI tool, so users who rely on the Mullvad GUI will want to change it back topkgs.mullvad-vpn, or addpkgs.mullvad-vpnto their environment. -
PowerDNS has been updated from v4.6.2 to v4.7.2. Please be sure to review the Upgrade Notes provided by upstream before upgrading. Worth specifically noting is that the new Catalog Zones feature comes with a mandatory schema change for the GSQL database backends, which has to be manually applied.
-
There is a new module for the
thunarprogram (the Xfce file manager), which depends on thexfconfdbus service, and also has a dbus service and a systemd unit. The optionservices.xserver.desktopManager.xfce.thunarPluginshas been renamed toprograms.thunar.plugins, and may be removed in a future release. -
There is a new module for
xfconf(the Xfce configuration storage system), which has a dbus service. -
The Mastodon package has been upgraded to v4.0.0. See the v4.0.0 release notes for a list of changes. On standard setups, no manual migration steps are required. Nevertheless, a database backup is recommended.
-
The
nomadpackage now defaults to v1.3, which no longer has a downgrade path to v1.2 or older. -
The
nodePackagespackage set now defaults to the LTS release in thenodejspackage again, instead of being pinned tonodejs-14_x. Several updates to node2nix have been made for compatibility with newer Node.js and npm versions and a newpostRebuildhook has been added for packages to perform extra build steps before the npm install step prunes dev dependencies. -
boot.kernel.sysctlis defined as a freeformType and adds a custom merge option fornet.core.rmem_max(taking the highest value defined to avoid conflicts between 2 services trying to set that value). -
The
mamepackage does not ship with its tools anymore in the default output. They were moved to a separatetoolsoutput instead. For convenience,mame-toolspackage was added for those who want to use it. -
A NixOS module for Firefox has been added which allows preferences and policies to be set. This also allows extensions to be installed via the
ExtensionSettingspolicy. The new options are underprograms.firefox. -
The option
services.picom.experimentalBackendswas removed since it is now the default and the option will causepicomto quit instead. -
haskellPackages.callHackageis not always invalidated ifall-cabal-hasheschanges, leading to less rebuilds of haskell dependencies. -
haskellPackages.callHackageandhaskellPackages.callCabal2nix(and related functions) no longer keep a reference to thecabal2nixcall used to generate them. As a result, they will be garbage collected more often.
New Services
-
alps, a simple and extensible webmail. Available as services.alps.
-
appvm, Nix based app VMs. Available as virtualisation.appvm.
-
AusweisApp2, the authentication software for the German ID card. Available as programs.ausweisapp.
-
automatic-timezoned. a Linux daemon to automatically update the system timezone based on location. Available as services.automatic-timezoned.
-
Dolibarr, an enterprise resource planning and customer relationship manager. Enable using services.dolibarr.
-
dragonflydb, a modern replacement for Redis and Memcached. Available as services.dragonflydb.
-
endlessh-go, an SSH tarpit that exposes Prometheus metrics. Available as services.endlessh-go.
-
endlessh, an SSH tarpit. Available as services.endlessh.
-
EVCC is an EV charge controller with PV integration. It supports a multitude of chargers, meters, vehicle APIs and more and ties that together with a well-tested backend and a lightweight web frontend. Available as services.evcc.
-
expressvpn, the CLI client for ExpressVPN. Available as services.expressvpn.
-
FreshRSS, a free, self-hostable RSS feed aggregator. Available as services.freshrss.
-
Garage, a simple object storage server for geodistributed deployments, alternative to MinIO. Available as services.garage.
-
go-autoconfig, IMAP/SMTP autodiscover server. Available as services.go-autoconfig.
-
Grafana Tempo, a distributed tracing store. Available as services.tempo.
-
HBase cluster, a distributed, scalable, big data store. Available as services.hadoop.hbase.
-
infnoise, a hardware True Random Number Generator dongle. Available as services.infnoise.
-
kanata, a tool to improve keyboard comfort and usability with advanced customization. Available as services.kanata.
-
karma, an alert dashboard for Prometheus Alertmanager. Available as services.karma
-
Komga, a free and open source comics/mangas media server. Available as services.komga.
-
kthxbye, an alert acknowledgement management daemon for Prometheus Alertmanager. Available as services.kthxbye
-
languagetool, a multilingual grammar, style, and spell checker. Available as services.languagetool.
-
Listmonk, a self-hosted newsletter manager. Enable using services.listmonk.
-
Mepo, a fast, simple, hackable OSM map viewer for mobile and desktop Linux. Available as programs.mepo.enable.
-
merecat, a small and easy HTTP server based on thttpd. Available as services.merecat
-
netbird, a zero configuration VPN. Available as services.netbird.
-
ntfy.sh, a push notification service. Available as services.ntfy-sh
-
OpenRGB, a FOSS tool for controlling RGB lighting. Available as services.hardware.openrgb.enable.
-
Outline, a wiki and knowledge base similar to Notion. Available as services.outline.
-
Patroni, a template for PostgreSQL HA with ZooKeeper, etcd or Consul. Available as services.patroni.
-
persistent-evdev, a daemon to add virtual proxy devices that mirror a physical input device but persist even if the underlying hardware is hot-plugged. Available as services.persistent-evdev.
-
Please, a Sudo clone written in Rust. Available as security.please.
-
Prometheus IPMI exporter, an IPMI exporter for Prometheus. Available as services.prometheus.exporters.ipmi.
-
Sachet, an SMS alerting tool for the Prometheus Alertmanager. Available as services.prometheus.sachet.
-
schleuder, a mailing list manager with PGP support. Enable using services.schleuder.
-
syncstorage-rs, a self-hostable sync server for Firefox. Available as services.firefox-syncserver.
-
Tandoor Recipes, a self-hosted multi-tenant recipe collection. Available as services.tandoor-recipes.
-
TAYGA, an out-of-kernel stateless NAT64 implementation. Available as services.tayga.
-
tmate-ssh-server, server side part of tmate. Available as services.tmate-ssh-server.
-
Uptime Kuma, a fancy self-hosted monitoring tool. Available as services.uptime-kuma.
-
WriteFreely, a simple blogging platform with ActivityPub support. Available as services.writefreely.
-
xray, a fully compatible v2ray-core replacement. Features XTLS, which when enabled on server and client, brings UDP FullCone NAT to proxy setups. Available as services.xray.