mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
legacy/kvm: move virtmanager to it
This commit is contained in:
parent
9cbe9c978c
commit
fdd07fc40f
2 changed files with 4 additions and 1 deletions
|
@ -56,7 +56,6 @@
|
||||||
sshuttle
|
sshuttle
|
||||||
tdesktop
|
tdesktop
|
||||||
thunderbird
|
thunderbird
|
||||||
virtmanager
|
|
||||||
vlc
|
vlc
|
||||||
wayvnc
|
wayvnc
|
||||||
xdg-utils
|
xdg-utils
|
||||||
|
|
|
@ -6,4 +6,8 @@
|
||||||
"kvm-intel"
|
"kvm-intel"
|
||||||
];
|
];
|
||||||
virtualisation.libvirtd.enable = true;
|
virtualisation.libvirtd.enable = true;
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
virtmanager
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue