feat(rpi4): use podman backend for OCI containers
This commit is contained in:
parent
6c3e54b8fb
commit
f2f451af6c
1 changed files with 2 additions and 0 deletions
2
rpi4.nix
2
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";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue