Fix podman.nix build

This commit is contained in:
Lauren Lagarde 2025-06-30 21:26:12 -05:00
parent 9698b9bc5e
commit a8fafeb510
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ ... }: { { pkgs, ... }: {
virtualisation.podman = { virtualisation.podman = {
enable = true; enable = true;
dockerCompat = false; dockerCompat = false;