1
0
forked from extern/nix-config

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
This commit is contained in:
Donovan Glover 2024-01-13 00:31:28 -05:00
parent c4b766309d
commit 4a7d310d9f
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -3,7 +3,6 @@
{
virtualisation.docker.enable = true;
virtualisation.docker.enableOnBoot = false;
virtualisation.podman.enable = true;
environment.systemPackages = with pkgs; [
docker-compose