enable virt
This commit is contained in:
parent
3cd724436b
commit
c78505aa09
1 changed files with 6 additions and 0 deletions
|
|
@ -144,6 +144,12 @@
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
zsh.enable = true;
|
zsh.enable = true;
|
||||||
|
virt-manager.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
virtualisation = {
|
||||||
|
libvirtd = {enable = true;};
|
||||||
|
kvmgt = {enable = true;};
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.k = {
|
users.users.k = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue