forest/roles/podman.nix

3 lines
65 B
Nix

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