feat(rpi4): use podman backend for OCI containers

This commit is contained in:
Felix Schröter 2021-12-22 17:18:37 +01:00
parent 6c3e54b8fb
commit f2f451af6c
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58

View file

@ -106,6 +106,8 @@ in with builtins; {
};
};
virtualisation.oci-containers.backend = "podman";
# only change this when specified in release notes
system.stateVersion = "21.11";
}