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:
Donovan Glover 2024-01-12 04:16:27 -05:00
parent a070bb5531
commit 864ed55261
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

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