Add support for `OSX-KVM`
Dependencies
- [2]
BMJ2QCKKSet nushell to default shell - [3]
K7PAVRMCEnable regular TRIM - [4]
AADTWDP7Enable docker - [5]
6I2HQYU2Add basic flake configuration - [6]
NRMCFAXQSet `nushell` as the default shell - [*]
5FI47NSAMigrate to home-manager
Change contents
- edit in configuration.nix at line 62[8.3521][3.0]
# OSX-KVM (https://nixos.wiki/wiki/OSX-KVM)virtualisation.libvirtd.enable = true;boot.extraModprobeConfig = ''options kvm_intel nested=1options kvm_intel emulate_invalid_guest_state=0options kvm ignore_msrs=1'';virtualisation.spiceUSBRedirection.enable = true; - replacement in configuration.nix at line 165
extraGroups = [ "networkmanager" "wheel" "docker" ];extraGroups = [ "networkmanager" "wheel" "docker" "libvirtd" "kvm" ];