Skip to content

Commit

Permalink
docker: Drop podman
Browse files Browse the repository at this point in the history
This fixes an issue where podman was causing NixOS virtual machines
(which depend on QEMU) to not start with the following error:

qemu-kvm: could not stat pidfile /run/user/1000/pulse/pid: No such file or directory
  • Loading branch information
donovanglover committed Jan 13, 2024
1 parent c4b7663 commit 4a7d310
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/docker.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
{
virtualisation.docker.enable = true;
virtualisation.docker.enableOnBoot = false;
virtualisation.podman.enable = true;

environment.systemPackages = with pkgs; [
docker-compose
Expand Down

0 comments on commit 4a7d310

Please sign in to comment.