Replace docker with podman
This commit is contained in:
parent
02842cdace
commit
a4139d6c9e
|
@ -37,16 +37,13 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
docker
|
podman
|
||||||
docker-compose
|
podman-compose
|
||||||
];
|
];
|
||||||
|
|
||||||
virtualisation.docker = {
|
virtualisation.podman = {
|
||||||
enable = true;
|
enable = true;
|
||||||
rootless = {
|
dockerCompat = true;
|
||||||
enable = true;
|
|
||||||
setSocketVariable = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.hostName = "EDI";
|
networking.hostName = "EDI";
|
||||||
|
|
Loading…
Reference in a new issue