remove kvm config

This commit is contained in:
ulic-youthlic 2025-01-13 17:29:50 +08:00
parent 32ff7f09c7
commit 67453f57c5
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
2 changed files with 0 additions and 10 deletions

View file

@ -7,7 +7,6 @@
++ [
./gui.nix
./users
./kvm.nix
./steam.nix
# Include the hardware related config

View file

@ -1,9 +0,0 @@
{ ... }:
{
programs.virt-manager.enable = true;
virtualisation = {
libvirtd.enable = true;
spiceUSBRedirection.enable = true;
};
}