Podman bad

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2021-09-03 00:41:04 +02:00
parent ebd259c2d5
commit 3024fd0ade
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -193,10 +193,14 @@ inputs: {
}; };
}; };
virtualisation.podman = { ## Fuck podman, 2021-08-31, `podman info` fails with a stack trace
enable = true; ## and all containers tested fail with `Operation not supported`...
dockerCompat = true; # virtualisation.podman = {
}; # enable = true;
# dockerCompat = true;
# };
virtualisation.docker.enable = true;
}) })
] ++ [ ] ++ [
({ pkgs, ... }: { ({ pkgs, ... }: {