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"; }