Upgrade and add config for os x vm
This commit is contained in:
parent
92f85f0d36
commit
9f2978d8d7
3 changed files with 20 additions and 13 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue