switch container backend to podman

This commit is contained in:
Adithya 2023-10-08 11:36:44 +05:30
parent 10e68f5587
commit 5c1f0eb8ad
Signed by: adtya
GPG key ID: 48FC9915FFD326D0
2 changed files with 2 additions and 2 deletions

View file

@ -2,6 +2,6 @@ _: {
imports = [];
virtualisation.oci-containers = {
backend = "docker";
backend = "podman";
};
}

View file

@ -2,6 +2,6 @@
imports = [./adtya.xyz.nix];
virtualisation.oci-containers = {
backend = "docker";
backend = "podman";
};
}