Replace docker with podman

This commit is contained in:
Lillian Violet 2024-02-06 14:47:32 +01:00
parent 34a0d0609d
commit 43928ac555

View file

@ -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";