asterinas/test/nixos/tests/podman/extra_config.nix

6 lines
72 B
Nix

{ config, lib, pkgs, ... }:
{
virtualisation.podman.enable = true;
}