snowhawk: enable virtualization
This commit is contained in:
parent
ee109829a7
commit
8962a4990a
1 changed files with 6 additions and 0 deletions
|
@ -83,6 +83,12 @@
|
||||||
|
|
||||||
hardware.keyboard.uhk.enable = true;
|
hardware.keyboard.uhk.enable = true;
|
||||||
|
|
||||||
|
virtualisation = {
|
||||||
|
libvirtd.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
programs.virt-manager.enable = true;
|
||||||
|
|
||||||
# I think I need a gtk theme? gnome-keyring
|
# I think I need a gtk theme? gnome-keyring
|
||||||
qt.platformTheme = "gtk2";
|
qt.platformTheme = "gtk2";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue