virtualisation: restructure kvm module options and enable libvirt by default

This commit is contained in:
2024-05-02 09:56:41 +02:00
parent 08aa2cd458
commit 62acac7285
9 changed files with 39 additions and 18 deletions

View File

@@ -23,6 +23,7 @@
imports = # For now, if applying to other system, swap files
[(import ./hardware-configuration.nix)] ++ # Current system hardware config @ /etc/nixos/hardware-configuration.nix
[(import ../../modules/desktop/virtualisation/docker.nix)] ++ # Docker
[(import ../../modules/desktop/virtualisation/kvm-amd.nix)] ++ # kvm module options
(import ../../modules/services/server) ++ # Server Services
(import ../../modules/hardware); # Hardware devices