rico2: switch container backend to docker
This commit is contained in:
parent
bfdb31208d
commit
7a6eed3cd8
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@
|
|||
imports = [./adtya.xyz.nix];
|
||||
|
||||
virtualisation.oci-containers = {
|
||||
backend = "podman";
|
||||
backend = "docker";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue