forked from extern/nix-config
docker: Add podman
This was my attempt at using Podman on NixOS. Although it worked and was cool, Podman actually breaks audio for QEMU VMs and results in an error message that returns 0 hits on search engines.
This commit is contained in:
parent
a070bb5531
commit
864ed55261
@ -3,6 +3,7 @@
|
||||
{
|
||||
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