infrastructure/hosts/nyx.lewd.wtf/services/kvm.nix

6 lines
92 B
Nix
Raw Normal View History

2023-04-12 12:47:22 +00:00
{ pkgs, ...}:
{
virtualisation.libvirtd.enable = true;
security.polkit.enable = true;
}