# NixOS

Published articles for NixOS.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## NixOS 26.05 released

DevFeed: [NixOS 26.05 released](<https://devfeed.tech/articles/nixos-26-05-released-38878.md>)

Original publisher: [Read original article](<https://nixos.org/blog/announcements/2026/nixos-2605/>)

Author: NixOS

Published: 2026-05-30T07:00:00Z

Content type: release

Language: en

Sources: [NixOS Announcements](<https://devfeed.tech/sources/nixos-announcements.md>)

Topics: [Nix](<https://devfeed.tech/topics/nix.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [releases](<https://devfeed.tech/topics/releases.md>), [Release notes](<https://devfeed.tech/topics/release-notes.md>), [systemd](<https://devfeed.tech/topics/systemd.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [modules](<https://devfeed.tech/topics/modules.md>), [deprecated](<https://devfeed.tech/topics/deprecated.md>), [Package manager](<https://devfeed.tech/topics/package-manager.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [accessibility](<https://devfeed.tech/tags/accessibility.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [deprecated](<https://devfeed.tech/tags/deprecated.md>), [end-of-life](<https://devfeed.tech/tags/end-of-life.md>), [gcc](<https://devfeed.tech/tags/gcc.md>), [linux](<https://devfeed.tech/tags/linux.md>), [llvm](<https://devfeed.tech/tags/llvm.md>), [macos](<https://devfeed.tech/tags/macos.md>), [modules](<https://devfeed.tech/tags/modules.md>), [nix](<https://devfeed.tech/tags/nix.md>), [nixos](<https://devfeed.tech/tags/nixos.md>), [release](<https://devfeed.tech/tags/release.md>), [release-notes](<https://devfeed.tech/tags/release-notes.md>), [systemd](<https://devfeed.tech/tags/systemd.md>), [x86-64](<https://devfeed.tech/tags/x86-64.md>)

### AI overview

NixOS 26.05, named "Yarara," is publicly available as a new Linux distribution release. The announcement covers package, module, configuration, systemd initrd, platform-support, GNOME, and compiler changes, along with support timelines for NixOS 26.05 and the previous 25.11 release.

### Source excerpt

Hey everyone, we are yayayayaka and jopejoe1, the release managers of the newest release of NixOS. We are very proud to announce the public availability of NixOS 26.05 "Yarara". NixOS is a Linux distribution. Its underlying package repository Nixpkgs can also be used on other Linux systems and macOS with the Nix package manager. This release will receive bugfixes and security updates for seven months (up until 2026-12-31). The old release 25.11 "Xantusia" is now officially deprecated and will reach its end-of-life and stop receiving security updates after 2026-06-30. NixOS Release Notes Highlights New Modules Backward Incompatibilities Other Notable Changes Nixpkgs Release Notes Highlights Backward Incompatibilities Other Notable Changes Nixpkgs Library Upgrade Instructions ISO Image Downloads The 26.05 release was made possible due to the efforts of 2842 contributors, who authored 59703 commits since the previous release. Highlights Our vast and routinely maintained set of packages has also been updated. This release of Nixpkgs Added 20442 new packages Updated 20641 existing packages Removed 17532 outdated packages, in an effort to keep the package set maintainable and secure. In addition to packages from Nixpkgs, the NixOS Linux distribution also features composable configuration modules and integration tests for distributed systems. This release of NixOS Added 85 new modules and 1547 configuration options Removed 25 outdated modules and 355 configuration options. systemd stage 1 Stage 1 (a.k.a. initrd) is now based on systemd by default, and the old scripted implementation is deprecated and scheduled for removal in 26.11. Deprecation of x86_64-darwin This will be the last release of Nixpkgs to support x86_64-darwin. Platform support will be maintained and binaries built until Nixpkgs 26.05 goes out of support at the end of 2026. For 26.11, due to Apple's deprecation of the platform and limited build infrastructure and developer time, we will no longer build packa

## Setting up forward auth with Caddy and Pocket ID

DevFeed: [Setting up forward auth with Caddy and Pocket ID](<https://devfeed.tech/articles/setting-up-forward-auth-with-caddy-and-pocket-id-38556.md>)

Original publisher: [Read original article](<https://msfjarvis.dev/posts/setting-up-forward-auth-with-caddy-and-pocket-id/>)

Author: Harsh Shandilya

Published: 2026-03-21T10:03:00Z

Content type: tutorial

Language: en

Sources: [Posts on Harsh Shandilya](<https://devfeed.tech/sources/posts-on-harsh-shandilya.md>)

Topics: [Authentication](<https://devfeed.tech/topics/authentication.md>), [OpenID connect (OIDC)](<https://devfeed.tech/topics/oidc.md>), [Single sign-on (SSO)](<https://devfeed.tech/topics/sso.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [Security](<https://devfeed.tech/topics/security.md>), [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>)

Tags: [auth](<https://devfeed.tech/tags/auth.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [caddy](<https://devfeed.tech/tags/caddy.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [forward-auth](<https://devfeed.tech/tags/forward-auth.md>), [nixos](<https://devfeed.tech/tags/nixos.md>), [oidc](<https://devfeed.tech/tags/oidc.md>), [pocket-id](<https://devfeed.tech/tags/pocket-id.md>), [reverse-proxy](<https://devfeed.tech/tags/reverse-proxy.md>), [routing](<https://devfeed.tech/tags/routing.md>), [security](<https://devfeed.tech/tags/security.md>), [sso](<https://devfeed.tech/tags/sso.md>)

### AI overview

A practical guide to configuring forward authentication with Caddy, Pocket ID, and OIDC, including service-specific authentication portals and deployment details for NixOS. It also notes regressions in caddy-security and the author's planned move to Authelia and LLDAP.

### Source excerpt

Using Pocket ID to secure services being proxied by Caddy

## NixOS 25.11 released

DevFeed: [NixOS 25.11 released](<https://devfeed.tech/articles/nixos-25-11-released-38874.md>)

Original publisher: [Read original article](<https://nixos.org/blog/announcements/2025/nixos-2511/>)

Author: NixOS

Published: 2025-11-30T16:00:00Z

Content type: release

Language: en

Sources: [NixOS Announcements](<https://devfeed.tech/sources/nixos-announcements.md>)

Topics: [Nix](<https://devfeed.tech/topics/nix.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [Release notes](<https://devfeed.tech/topics/release-notes.md>), [version](<https://devfeed.tech/topics/version.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [modules](<https://devfeed.tech/topics/modules.md>), [CMake](<https://devfeed.tech/topics/cmake.md>), [gcc](<https://devfeed.tech/topics/gcc.md>), [LLVM](<https://devfeed.tech/topics/llvm.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [bugfixes](<https://devfeed.tech/tags/bugfixes.md>), [cmake](<https://devfeed.tech/tags/cmake.md>), [compilers](<https://devfeed.tech/tags/compilers.md>), [deprecated](<https://devfeed.tech/tags/deprecated.md>), [end-of-life](<https://devfeed.tech/tags/end-of-life.md>), [gcc](<https://devfeed.tech/tags/gcc.md>), [linux](<https://devfeed.tech/tags/linux.md>), [llvm](<https://devfeed.tech/tags/llvm.md>), [nix](<https://devfeed.tech/tags/nix.md>), [nixos](<https://devfeed.tech/tags/nixos.md>), [nixpkgs](<https://devfeed.tech/tags/nixpkgs.md>), [release](<https://devfeed.tech/tags/release.md>), [release-notes](<https://devfeed.tech/tags/release-notes.md>), [version](<https://devfeed.tech/tags/version.md>)

### AI overview

NixOS 25.11 "Xantusia" is publicly available. The release updates Nixpkgs with new, updated, and removed packages; adds configuration modules and options; updates GNOME to version 49, LLVM to version 21, and CMake to version 4; and provides bugfix and security updates through June 30, 2026.

### Source excerpt

Hey everyone, we are jopejoe1 and Leona Maroni, the release managers of the newest release of NixOS. We are very proud to announce the public availability of NixOS 25.11 "Xantusia". NixOS is a Linux distribution. Its underlying package repository Nixpkgs can also be used on other Linux systems and macOS with the Nix package manager. This release will receive bugfixes and security updates for seven months (up until 2026-06-30). The old release 25.05 "Warbler" is now officially deprecated and will reach its end-of-life and stop receiving security updates after 2025-12-31. NixOS Release Notes Highlights New Modules Backward Incompatibilities Other Notable Changes Nixpkgs Release Notes Highlights Backward Incompatibilities Other Notable Changes Nixpkgs Library Upgrade Instructions ISO Image Downloads The 25.11 release was made possible due to the efforts of 2742 contributors, who authored 59430 commits since the previous release. Highlights Our vast and routinely maintained set of packages has also been updated. This release of Nixpkgs Added 7002 new packages Updated 25252 existing packages Removed 6338 outdated packages, in an effort to keep the package set maintainable and secure. In addition to packages from Nixpkgs, the NixOS Linux distribution also features composable configuration modules and integration tests for distributed systems. This release of NixOS Added 107 new modules and 1778 configuration options Removed 41 outdated modules and 807 configuration options. GNOME 49 GNOME has been updated to version 49 "Brescia", which removes X11 session support, introduces a new video player, a new document viewer, a redesigned calendar and more changes. Refer to the release notes for more details. C compilers LLVM has been updated to version 21. GCC remains at version 14. CMake was updated to version 4. Special Thanks We want to personally thank Seth and dish for editorializing the release notes Yohann Boniface for the release logo The NixOS infrastructure team for the

## Creating private services on NixOS using Tailscale and Caddy

DevFeed: [Creating private services on NixOS using Tailscale and Caddy](<https://devfeed.tech/articles/creating-private-services-on-nixos-using-tailscale-and-caddy-38533.md>)

Original publisher: [Read original article](<https://msfjarvis.dev/posts/creating-private-services-on-nixos-using-tailscale-and-caddy/>)

Author: Harsh Shandilya

Published: 2025-09-13T15:48:00Z

Content type: tutorial

Language: en

Sources: [Posts on Harsh Shandilya](<https://devfeed.tech/sources/posts-on-harsh-shandilya.md>)

Topics: [tailscale](<https://devfeed.tech/topics/tailscale.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [proxy](<https://devfeed.tech/topics/proxy.md>), [Grafana](<https://devfeed.tech/topics/grafana.md>), [Server](<https://devfeed.tech/topics/server.md>)

Tags: [authentication](<https://devfeed.tech/tags/authentication.md>), [caddy](<https://devfeed.tech/tags/caddy.md>), [integration](<https://devfeed.tech/tags/integration.md>), [nixos](<https://devfeed.tech/tags/nixos.md>), [release](<https://devfeed.tech/tags/release.md>), [tailscale](<https://devfeed.tech/tags/tailscale.md>)

### AI overview

A guide to configuring private services on NixOS with Tailscale and Caddy. It explains the experimental Caddy integration, installation of the caddy-tailscale plugin, authentication-key configuration, and a Grafana setup that uses Tailscale identity for access. The article also notes device-limit and duplicate-dashboard-entry caveats.

### Source excerpt

A simple guide to setting up private services on NixOS using Tailscale and Caddy with authentication.

## NixOS 25.05 released

DevFeed: [NixOS 25.05 released](<https://devfeed.tech/articles/nixos-25-05-released-38873.md>)

Original publisher: [Read original article](<https://nixos.org/blog/announcements/2025/nixos-2505/>)

Author: NixOS

Published: 2025-05-23T12:00:00Z

Content type: release

Language: en

Sources: [NixOS Announcements](<https://devfeed.tech/sources/nixos-announcements.md>)

Topics: [Nix](<https://devfeed.tech/topics/nix.md>), [Release notes](<https://devfeed.tech/topics/release-notes.md>), [releases](<https://devfeed.tech/topics/releases.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [modules](<https://devfeed.tech/topics/modules.md>), [Linux Kernel](<https://devfeed.tech/topics/linux-kernel.md>), [distributed-systems](<https://devfeed.tech/topics/distributed-systems.md>), [gcc](<https://devfeed.tech/topics/gcc.md>), [LLVM](<https://devfeed.tech/topics/llvm.md>), [upgrade](<https://devfeed.tech/topics/upgrade.md>)

Tags: [bugfixes](<https://devfeed.tech/tags/bugfixes.md>), [compilers](<https://devfeed.tech/tags/compilers.md>), [deprecated](<https://devfeed.tech/tags/deprecated.md>), [end-of-life](<https://devfeed.tech/tags/end-of-life.md>), [features](<https://devfeed.tech/tags/features.md>), [gcc](<https://devfeed.tech/tags/gcc.md>), [kernel](<https://devfeed.tech/tags/kernel.md>), [linux](<https://devfeed.tech/tags/linux.md>), [linux-kernel](<https://devfeed.tech/tags/linux-kernel.md>), [llvm](<https://devfeed.tech/tags/llvm.md>), [nix](<https://devfeed.tech/tags/nix.md>), [nixos](<https://devfeed.tech/tags/nixos.md>), [release](<https://devfeed.tech/tags/release.md>), [release-notes](<https://devfeed.tech/tags/release-notes.md>), [updated](<https://devfeed.tech/tags/updated.md>), [updates](<https://devfeed.tech/tags/updates.md>), [version](<https://devfeed.tech/tags/version.md>)

### AI overview

NixOS 25.05, codenamed "Warbler," is publicly available. The release adds and updates packages, introduces configuration modules and options, updates GNOME and the default Linux kernel, and updates LLVM and GCC. NixOS 25.05 receives bugfixes and security updates through 2025-12-31, while NixOS 24.11 reaches end of life after 2025-06-30.

### Source excerpt

Hey everyone, we are Leona Maroni and Tristan Ross, the release managers of the newest release of NixOS. We are very proud to announce the public availability of NixOS 25.05 "Warbler". NixOS is a Linux distribution. Its underlying package repository Nixpkgs can also be used on other Linux systems and macOS with the Nix package manager. This release will receive bugfixes and security updates for seven months (up until 2025-12-31). The old release 24.11 "Vicuña" is now officially deprecated and will reach its end-of-life and stop receiving security updates after 2025-06-30. NixOS Release Notes Highlights New Services Backward Incompatibilities Other Notable Changes Nixpkgs Release Notes Highlights Backward Incompatibilities Other Notable Changes Nixpkgs Library Upgrade Instructions ISO Image Downloads The 25.05 release was made possible due to the efforts of 2857 contributors, who authored 57054 commits since the previous release. Highlights NixOS is already known as the most up to date distribution while also being the distribution with the most packages. This release of Nixpkgs Added 7840 new packages Updated 28054 existing packages Removed 1694 outdated packages, in an effort to keep the package set maintainable and secure. In addition to packages from Nixpkgs, the NixOS Linux distribution also features composable configuration modules and integration tests for distributed systems. This release of NixOS Added 137 new modules and 1930 configuration options Removed 10 outdated modules and 215 configuration options. GNOME 48 GNOME has been updated to version 48 "Bengaluru", which introduces notification stacking, a new music player, HDR support, and more changes. Refer to the release notes for more details. Kernel The default Linux kernel has been updated from 6.6 to 6.12. All supported kernels remain available. C compilers LLVM has been updated to version 19. GCC has been updated to version 14. Special Thanks We want to personally thank Seth and raf for editorializin

## Migrating from Simple Analytics to self-hosted Plausible

DevFeed: [Migrating from Simple Analytics to self-hosted Plausible](<https://devfeed.tech/articles/migrating-from-simple-analytics-to-self-hosted-plausible-38549.md>)

Original publisher: [Read original article](<https://msfjarvis.dev/posts/migrating-from-simple-analytics-to-self-hosted-plausible/>)

Author: Harsh Shandilya

Published: 2025-04-22T11:13:00Z

Content type: article

Language: en

Sources: [Posts on Harsh Shandilya](<https://devfeed.tech/sources/posts-on-harsh-shandilya.md>)

Topics: [migration](<https://devfeed.tech/topics/migration.md>), [Self-hosted](<https://devfeed.tech/topics/self-hosted.md>), [Netlify](<https://devfeed.tech/topics/netlify.md>), [clickhouse](<https://devfeed.tech/topics/clickhouse.md>), [CSV](<https://devfeed.tech/topics/csv.md>), [data](<https://devfeed.tech/topics/data.md>), [Website](<https://devfeed.tech/topics/website.md>), [MySQL](<https://devfeed.tech/topics/mysql.md>), [PHP](<https://devfeed.tech/topics/php.md>)

Tags: [analytics](<https://devfeed.tech/tags/analytics.md>), [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [csv](<https://devfeed.tech/tags/csv.md>), [data](<https://devfeed.tech/tags/data.md>), [elixir](<https://devfeed.tech/tags/elixir.md>), [github](<https://devfeed.tech/tags/github.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [migration](<https://devfeed.tech/tags/migration.md>), [mysql](<https://devfeed.tech/tags/mysql.md>), [netlify](<https://devfeed.tech/tags/netlify.md>), [nixos](<https://devfeed.tech/tags/nixos.md>), [php](<https://devfeed.tech/tags/php.md>), [plausible](<https://devfeed.tech/tags/plausible.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [privacy](<https://devfeed.tech/tags/privacy.md>), [self-hosted](<https://devfeed.tech/tags/self-hosted.md>), [selfhosting](<https://devfeed.tech/tags/selfhosting.md>), [simpleanalytics](<https://devfeed.tech/tags/simpleanalytics.md>)

### AI overview

A personal account of migrating a blog from Simple Analytics to self-hosted Plausible on a netcup server running NixOS. The article covers choosing Plausible over Matomo, configuring the service, replacing the website's analytics snippet, improving privacy for visitors who disable JavaScript, and beginning the migration of exported historical data.

### Source excerpt

Documenting the misadventures of self-hosting my site analytics

## Assorted NixOS things

DevFeed: [Assorted NixOS things](<https://devfeed.tech/articles/assorted-nixos-things-38528.md>)

Original publisher: [Read original article](<https://msfjarvis.dev/posts/assorted-nixos-things/>)

Author: Harsh Shandilya

Published: 2024-12-07T20:19:00Z

Content type: article

Language: en

Sources: [Posts on Harsh Shandilya](<https://devfeed.tech/sources/posts-on-harsh-shandilya.md>)

Topics: [Nix](<https://devfeed.tech/topics/nix.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [systems](<https://devfeed.tech/topics/systems.md>), [tailscale](<https://devfeed.tech/topics/tailscale.md>), [Virtual Private Network](<https://devfeed.tech/topics/vpn.md>), [Text-based user interface](<https://devfeed.tech/topics/tui.md>)

Tags: [cli](<https://devfeed.tech/tags/cli.md>), [commands](<https://devfeed.tech/tags/commands.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [dependencies](<https://devfeed.tech/tags/dependencies.md>), [errors](<https://devfeed.tech/tags/errors.md>), [git](<https://devfeed.tech/tags/git.md>), [module](<https://devfeed.tech/tags/module.md>), [nix](<https://devfeed.tech/tags/nix.md>), [nixos](<https://devfeed.tech/tags/nixos.md>), [nixpkgs](<https://devfeed.tech/tags/nixpkgs.md>), [packages](<https://devfeed.tech/tags/packages.md>), [repl](<https://devfeed.tech/tags/repl.md>), [tailscale](<https://devfeed.tech/tags/tailscale.md>)

### AI overview

A running log of practical NixOS, Nix, and Nixpkgs notes covering flake metadata, the module system, package updates, the Nix language, REPL builds, fixed-output derivations, and Tailscale exit nodes.

### Source excerpt

Running log of random things I've learned about Nix/NixOS/Nixpkgs

## NixOS 24.11 released

DevFeed: [NixOS 24.11 released](<https://devfeed.tech/articles/nixos-24-11-released-38869.md>)

Original publisher: [Read original article](<https://nixos.org/blog/announcements/2024/nixos-2411/>)

Author: NixOS

Published: 2024-11-30T11:00:00Z

Content type: release

Language: en

Sources: [NixOS Announcements](<https://devfeed.tech/sources/nixos-announcements.md>)

Topics: [Linux](<https://devfeed.tech/topics/linux.md>), [releases](<https://devfeed.tech/topics/releases.md>), [version](<https://devfeed.tech/topics/version.md>), [modules](<https://devfeed.tech/topics/modules.md>), [compilers](<https://devfeed.tech/topics/compilers.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [features](<https://devfeed.tech/tags/features.md>), [gcc](<https://devfeed.tech/tags/gcc.md>), [linux](<https://devfeed.tech/tags/linux.md>), [llvm](<https://devfeed.tech/tags/llvm.md>), [maintainers](<https://devfeed.tech/tags/maintainers.md>), [nixos](<https://devfeed.tech/tags/nixos.md>), [release](<https://devfeed.tech/tags/release.md>), [release-notes](<https://devfeed.tech/tags/release-notes.md>), [version](<https://devfeed.tech/tags/version.md>)

### AI overview

The article announces the stable release of NixOS 24.11, code-named Vicuña. It describes contributor activity, package and module changes, updates to GNOME and Plasma, improved Darwin support in Nixpkgs, and LLVM 19 updates.

### Source excerpt

Hello everyone, we are Tristan Ross and Weijia Wang, the release managers for the newest release of NixOS known as NixOS 24.11 Vicuña. We're glad to announce that after the additional week-long delay that we can deliver this stable release of NixOS. NixOS is a Linux distribution, whose set of packages can also be used on other Linux systems and macOS. This release will receive bugfixes and security updates for seven months (up until 2025-06-31). Release manual Highlights New Services Backward Incompatibilities Other Notable Changes Upgrade Instructions ISO Image Downloads The 24.11 release was made possible due to the efforts of 2669 contributors, who authored 49079 commits since the previous release. Our thanks go the contributors who also take care of the continued stability and security of our stable release. NixOS is already known as the most up to date distribution while also being the distribution with the most packages. This release saw 8141 new packages and 20975 updated packages in Nixpkgs. We also removed 3970 packages in an effort to keep the package set maintainable and secure. In addition to packages the NixOS distribution also features modules and tests that make it what it is. This release brought 119 new modules and removed 30. In that process we added 1706 options and removed 556. GNOME 47 GNOME has been updated to version 47 "Denver", which introduces accent colors, small screen support, screen capture hardware encoding, and more changes. Refer to the release notes for more details. Plasma 6 Plasma has been updated to version 6.2, which introduces many bug fixed and other changes. Refer to the release notes for more details. Darwin Rework Emily, Randy Eckenrode, and toonn did an amazing job with their work as the Darwin core maintainers to bring better support for Darwin into Nixpkgs. A comprehensive list of changes can be found on the NixOS Discourse under "The Darwin SDKs have been updated". C Compilers LLVM has been updated to version 19 and GCC

## Result for the Nix Steering Committee Election 2024

DevFeed: [Result for the Nix Steering Committee Election 2024](<https://devfeed.tech/articles/result-for-the-nix-steering-committee-election-2024-38870.md>)

Original publisher: [Read original article](<https://nixos.org/blog/announcements/2024/sc-election-2024-result/>)

Author: NixOS

Published: 2024-11-05T00:00:00Z

Content type: news

Language: en

Sources: [NixOS Announcements](<https://devfeed.tech/sources/nixos-announcements.md>)

Topics: [Nix](<https://devfeed.tech/topics/nix.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [nixos](<https://devfeed.tech/tags/nixos.md>)

### AI overview

The announcement concludes the 2024 Nix Steering Committee election after 450 ballots were cast with 56% turnout. It lists the seven elected committee members, their term lengths, and the verification and handover process.

### Source excerpt

After successfully using CIVS to tally the 450 ballots cast (56% turnout) on OpaVote, We are hereby concluding this election! We congratulate the first members of the Nix Steering Committee (SC) (ordered alphabetically): @Ericson2314 (2 year term) @fpletz (1 year term) @Gabriella439 (2 year term) @jtojnar (2 year term) @roberth (2 year term) @tomberek (1 year term) @winterqt (1 year term) This result is certified by all Election Committee members. For verification purposes, all OpaVote ballots will soon be available here (the result there should be ignored; voters will also get an email), while the CIVS tally to determine the result using the same ballots is already available here. See the new docs for more info on result verification. We are now establishing communications with the first SC members and will soon make a final handover announcement on behalf of the EC / NCA. We, the members of the EC / NCA, and Ron from the NixOS Foundation board, are thankful for everybody's participation in this first election, and are looking forward to see the first SC getting started. Note that you can also read and publicly discuss this announcement on Discourse.

## Nix Steering Committee Election 2024

DevFeed: [Nix Steering Committee Election 2024](<https://devfeed.tech/articles/nix-steering-committee-election-2024-38871.md>)

Original publisher: [Read original article](<https://nixos.org/blog/announcements/2024/sc-election-2024/>)

Author: NixOS

Published: 2024-09-16T00:00:00Z

Content type: release

Language: en

Sources: [NixOS Announcements](<https://devfeed.tech/sources/nixos-announcements.md>)

Topics: [Nix](<https://devfeed.tech/topics/nix.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [email](<https://devfeed.tech/topics/email.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [berlin](<https://devfeed.tech/tags/berlin.md>), [email](<https://devfeed.tech/tags/email.md>), [github](<https://devfeed.tech/tags/github.md>), [governance](<https://devfeed.tech/tags/governance.md>), [nixos](<https://devfeed.tech/tags/nixos.md>)

### AI overview

NixOS announces its first Nix Steering Committee election. The committee will serve as the primary community leadership body for official Nix projects, with responsibilities spanning organizational, social, and technical matters. The announcement outlines voter eligibility, participation steps, and the 2024 election timeline.

### Source excerpt

Some links in this post are only accessible to NixOS org members. As a first step towards a better governance for official Nix projects, we are happy to announce the kick-off of the first Nix Steering Committee election! The Steering Committee will be the primary community leadership body, responsible for steering the official Nix projects -- organisationally, socially, and technically. This includes making decisions over what is official, managing teams, approving NixOS Foundation policies relevant for the community, being the final escalation point, and more as detailed in the Nix Governance Constitution. While the Steering Committee is given the authority to make decisions within the scope of its responsibilities directly, it is expected to delegate as much as possible. Note that you can also read and publicly discuss this announcement on Discourse. Participating Automatically eligible voters will be sent an email and be added/invited to the @NixOS/voters-2024 GitHub team. If you're on the GitHub team but have not received an email, make sure to check and optionally update your email address. If you're neither on the GitHub team nor have received an email, you're likely not automatically eligible. In this case you may consider requesting an exception. Members of the GitHub team can: Nominate themselves or others. Endorse unconfirmed nominees that they'd like to be able to vote for. Ask questions to nominees as the primary way of engaging with them. If you have any questions or need support, please get in touch with the Election Committee. Timeline 2024-09-29 Sun: Deadline for nominations 2024-10-01 Tue: Deadline for endorsements 2024-10-03 Thu: Deadline for candidate questions 2024-10-06 Sun: Deadline for candidate answers, submitting voter exceptions and updating voter email addresses 2024-10-07 Mon: Voting starts 2024-10-20 Sun: Voting ends 2024-10-23 Wed: Results announced The results are expected to be announced just before NixCon 2024 in Berlin, which starts