From 4a7d310d9fcc94fbf4d060f66d0c36bf3259446c Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 13 Jan 2024 00:31:28 -0500 Subject: [PATCH] docker: Drop podman 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 --- modules/docker.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/docker.nix b/modules/docker.nix index fcc451c..99c5727 100644 --- a/modules/docker.nix +++ b/modules/docker.nix @@ -3,7 +3,6 @@ { virtualisation.docker.enable = true; virtualisation.docker.enableOnBoot = false; - virtualisation.podman.enable = true; environment.systemPackages = with pkgs; [ docker-compose