Switch containers to podman
This commit is contained in:
parent
89f16664c5
commit
e564497622
@ -1,5 +1,12 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
# Enable Docker
|
# Enable Podman w/ docker compose compatibility
|
||||||
# TODO: podman
|
virtualisation.podman = {
|
||||||
virtualisation.docker.enable = true;
|
enable = true;
|
||||||
|
dockerCompat = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
docker-compose
|
||||||
|
];
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user