diff options
| author | Christian <[email protected]> | 2026-05-19 21:08:26 -0500 |
|---|---|---|
| committer | Christian <[email protected]> | 2026-05-19 21:08:26 -0500 |
| commit | 94f2b8f05515576ea10eeaf0bfadf1cf2742160e (patch) | |
| tree | 428d7b3ca490511809d120c340dc2c1ce487f72b /hosts/desktop | |
| parent | a2c9e1a485e952ed368f97d2eac6ea70aa88fa61 (diff) | |
Add KVM module with Windows guest support
Diffstat (limited to 'hosts/desktop')
| -rw-r--r-- | hosts/desktop/configuration.nix | 1 |
1 files changed, 1 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 = { |
