diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/desktop/configuration.nix | 1 | ||||
| -rw-r--r-- | hosts/laptop/configuration.nix | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 3a02d84..877ff8f 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -19,6 +19,7 @@ in ./hardware-configuration.nix ../../modules/common.nix ../../modules/llm.nix + ../../modules/kvm.nix ]; boot.loader.grub = { diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index a15ab2b..0544579 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -12,6 +12,7 @@ ./hardware-configuration.nix ../../modules/common.nix ../../modules/dev.nix + ../../modules/kvm.nix ]; boot.loader.grub = { |
