From f2f451af6c1f8807fef13ac3bfa9b919b74182e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Wed, 22 Dec 2021 17:18:37 +0100 Subject: [PATCH] feat(rpi4): use podman backend for OCI containers --- rpi4.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rpi4.nix b/rpi4.nix index 892f5a0..6be7131 100644 --- a/rpi4.nix +++ b/rpi4.nix @@ -106,6 +106,8 @@ in with builtins; { }; }; + virtualisation.oci-containers.backend = "podman"; + # only change this when specified in release notes system.stateVersion = "21.11"; }