Installed libvirt
This commit is contained in:
@@ -64,7 +64,10 @@
|
||||
typo = {
|
||||
description = "Typo Mustakes";
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"libvirtd"
|
||||
];
|
||||
home = "/home/typo";
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
@@ -85,6 +88,15 @@
|
||||
users.typo = ../home/common.nix;
|
||||
};
|
||||
|
||||
virtualisation.libvirtd = {
|
||||
enable = true;
|
||||
qemu = {
|
||||
package = pkgs.qemu_kvm;
|
||||
runAsRoot = true;
|
||||
swtpm.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
programs = {
|
||||
# firefox.enable = true;
|
||||
steam.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user