diff options
| author | Fuwn <[email protected]> | 2024-09-06 13:23:37 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-06 13:23:37 -0700 |
| commit | 71f4663e33293c2b47819d120d637820013d9d1a (patch) | |
| tree | 3e2c9125f3ad59a8d3bd64efab60bf7cdd24187c /modules/virtualisation | |
| parent | Bump (diff) | |
| download | nixos-config-71f4663e33293c2b47819d120d637820013d9d1a.tar.xz nixos-config-71f4663e33293c2b47819d120d637820013d9d1a.zip | |
Bump
Diffstat (limited to 'modules/virtualisation')
| -rw-r--r-- | modules/virtualisation/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/virtualisation/default.nix b/modules/virtualisation/default.nix index e61cf6f..97aa4b9 100644 --- a/modules/virtualisation/default.nix +++ b/modules/virtualisation/default.nix @@ -5,6 +5,8 @@ ./qemu.nix ]; + programs.extra-container.enable = true; + virtualisation = { kvmgt.enable = true; spiceUSBRedirection.enable = true; |