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