removed system-features

This commit is contained in:
Bryan Ramos 2024-05-10 12:06:42 -04:00
parent ea93284088
commit c1794b7987
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -33,8 +33,6 @@
hardware.nvidia.open = true; hardware.nvidia.open = true;
# Virtualisation # Virtualisation
nix.settings.system-features = [ "kvm" ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
virt-manager virt-manager
]; ];