Skip to content

nix-snapshotter v0.2.1

Latest
Compare
Choose a tag to compare
@elpdt852 elpdt852 released this 24 Oct 14:57
· 3 commits to main since this release

Welcome to the v0.2.1 release of nix-snapshotter!

Highlights

  • Support for gVisor
  • Various bug fixes

New options (NixOS & Home Manager)

  • New options for containerd & containerd.rootless

    config.virtualisation.containerd = {
      enable = true;
      # Register gvisor's runsc as a container runtime.
      gVisorIntegration = true;
      # Use runsc as the default container runtime.
      defaultRuntime = "runsc";
    }

Contributors

  • bglgwyng
  • Christian Kögler
  • Edgar Lee
  • Ian Becker
  • Robbie Buxton
  • Yureka

Dependency Changes

  • NixOS 23.11 -> 24.05