mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-12-01 20:46:12 +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 = {
|
## 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, ... }: {
|
||||||
|
|
Loading…
Reference in a new issue