mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
updates and virtualization enhancements
This commit is contained in:
parent
614bf653df
commit
70a6695ca1
4 changed files with 28 additions and 31 deletions
|
@ -54,9 +54,16 @@
|
|||
# in
|
||||
{
|
||||
|
||||
boot.kernelParams = [ "intel_iommu=on" ];
|
||||
virtualisation.libvirtd.enable = true;
|
||||
virtualisation.spiceUSBRedirection.enable = true;
|
||||
# boot.kernelParams = [ "intel_iommu=on" ];
|
||||
virtualisation = {
|
||||
libvirtd = {
|
||||
enable = true;
|
||||
qemu = {
|
||||
runAsRoot = false;
|
||||
};
|
||||
};
|
||||
spiceUSBRedirection.enable = true;
|
||||
};
|
||||
|
||||
# fix to enable secure boot in vms
|
||||
environment.etc = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue