mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-29 11:36:16 +01:00
Podman bad
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
ebd259c2d5
commit
3024fd0ade
|
@ -193,10 +193,14 @@ inputs: {
|
|||
};
|
||||
};
|
||||
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
};
|
||||
## Fuck podman, 2021-08-31, `podman info` fails with a stack trace
|
||||
## and all containers tested fail with `Operation not supported`...
|
||||
# virtualisation.podman = {
|
||||
# enable = true;
|
||||
# dockerCompat = true;
|
||||
# };
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
})
|
||||
] ++ [
|
||||
({ pkgs, ... }: {
|
||||
|
|
Loading…
Reference in a new issue