The Most Addictive Python and SQL Courses
Google AI Professional Certificate - Learn AI Skills That Get You Hired
Overview
Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
Explore a conference talk from the 38th Chaos Communication Congress (38C3) introducing sixos, a two-year project creating a nixpkgs-based operating system that replaces systemd with skarnet's s6 supervisor. Learn how sixos addresses concerns about systemd's monolithic design and its impact on the UNIX philosophy while maintaining compatibility with nixpkgs. Discover the innovative approach of using the infuse combinator instead of NixOS modules, allowing services to be treated similarly to packages in nixpkgs. Understand how sixos retains beneficial NixOS features like atomic activation of immutable configurations while implementing ownerboot hardware support that versions and manages all mutable firmware as part of the system configuration. Gain insights into real-world applications, including deployment across workstations, servers, routers, and a large-scale buildfarm, demonstrating the practical viability of this systemd alternative.
Syllabus
38C3 - sixos: a nix os without systemd
Taught by
media.ccc.de
Reviews
5.0 rating, based on 1 Class Central review
Showing Class Central Sort
-
The Sixos project presents an intriguing take on NixOS, stripping away systemd in favor of a simpler, more transparent init system. This talk, presented at CCC and available on media.ccc.de via YouTube, delves into the motivations behind Sixos, its…