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:
parent
c4b766309d
commit
4a7d310d9f
@ -3,7 +3,6 @@
|
||||
{
|
||||
virtualisation.docker.enable = true;
|
||||
virtualisation.docker.enableOnBoot = false;
|
||||
virtualisation.podman.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
docker-compose
|
||||
|
Loading…
Reference in New Issue
Block a user