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