Upgrade and add config for os x vm

This commit is contained in:
Fabian Hauser 2024-01-24 10:44:16 +07:00
parent 92f85f0d36
commit 9f2978d8d7
3 changed files with 20 additions and 13 deletions

View file

@ -18,6 +18,13 @@
};
libvirtd.enable = true;
};
users.extraUsers.fhauser.extraGroups = [ "libvirtd" ];
boot.extraModprobeConfig = ''
options kvm_intel nested=1
options kvm_intel emulate_invalid_guest_state=0
options kvm ignore_msrs=1
'';
# Set your time zone.
#time.timeZone = "Europe/Amsterdam";