Compare commits
No commits in common. "efd729eb3f79db51b18581b2864491646a15a7bb" and "05622e6127a173d9a65c28b4d939f9752e801bdd" have entirely different histories.
efd729eb3f
...
05622e6127
@ -1,12 +1,5 @@
|
|||||||
{ pkgs, ... }:
|
|
||||||
{
|
{
|
||||||
# Enable Podman w/ docker compose compatibility
|
# Enable Docker
|
||||||
virtualisation.podman = {
|
# TODO: podman
|
||||||
enable = true;
|
virtualisation.docker.enable = true;
|
||||||
dockerCompat = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
docker-compose
|
|
||||||
];
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user