holy fuck I'm so sleepy

This commit is contained in:
jacekpoz 2023-07-15 23:42:18 +02:00
parent 891d0b384f
commit ef7c1ea5ec

View file

@ -64,9 +64,11 @@
'';
};
virtualisation.podman = {
enable = true;
dockerCompat = true;
virtualisation = {
podman = {
enable = true;
dockerCompat = true;
};
oci-containers.backend = "podman";
};