Compare commits
No commits in common. "1653ab916b06eeb4206c992f615e75755efdba58" and "488758daf4b7745e44fdf3d35aaad04bf7c99f7c" have entirely different histories.
1653ab916b
...
488758daf4
@ -13,14 +13,8 @@ in
|
||||
programs.virt-manager.enable = true;
|
||||
users.groups.libvirtd.members = ["smayzy"];
|
||||
virtualisation.libvirtd.enable = true;
|
||||
virtualisation.libvirtd.qemu.runAsRoot = false;
|
||||
virtualisation.libvirtd.qemu.ovmf.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
qemu_kvm
|
||||
qemu
|
||||
];
|
||||
|
||||
# https://wiki.nixos.org/wiki/QEMU
|
||||
systemd.tmpfiles.rules = [ "L+ /var/lib/qemu/firmware - - - - ${pkgs.qemu}/share/qemu/firmware" ];
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user