nix-config/hosts/desktops/common/virtualisation.nix
2024-09-14 17:05:24 -03:00

8 lines
118 B
Nix

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