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