nix-config/hosts/common/virtualisation.nix
2023-04-06 09:45:01 -03:00

5 lines
80 B
Nix

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