forest/roles/podman.nix

4 lines
65 B
Nix
Raw Normal View History

2023-10-12 19:36:26 +00:00
{ config, pkgs, ...}: {
virtualisation.podman.enable = true;
}