libvirtd
This commit is contained in:
parent
fd2efffa6b
commit
fe9e839d85
1 changed files with 5 additions and 0 deletions
|
@ -70,6 +70,7 @@
|
|||
"networkmanager"
|
||||
"wheel"
|
||||
"dialout"
|
||||
"libvirtd"
|
||||
];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
@ -100,6 +101,7 @@
|
|||
enable = true;
|
||||
flake = "/etc/nixos";
|
||||
};
|
||||
virt-manager.enable = true;
|
||||
};
|
||||
|
||||
services = {
|
||||
|
@ -144,6 +146,9 @@
|
|||
pkgs.hplip
|
||||
];
|
||||
};
|
||||
libvirtd = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
networking = {
|
||||
|
|
Loading…
Reference in a new issue