enable virtualisation

pull/8/merge
Álex Santiago 6 months ago committed by GitHub
parent fe25da5f7a
commit e6687f390d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -88,6 +88,10 @@
# Enable touchpad support (enabled default in most desktopManager). # Enable touchpad support (enabled default in most desktopManager).
services.xserver.libinput.enable = true; services.xserver.libinput.enable = true;
# Enable Virtualization with virt-manager
virtualisation.libvirtd.enable = true;
programs.virt-manager.enable = true;
# Define a user account. Don't forget to set a password with passwd. # Define a user account. Don't forget to set a password with passwd.
users.users.alexuty = { users.users.alexuty = {
isNormalUser = true; isNormalUser = true;
@ -137,7 +141,6 @@
htop htop
hyfetch hyfetch
libsForQt5.kdeconnect-kde libsForQt5.kdeconnect-kde
libvirt
meslo-lgs-nf meslo-lgs-nf
microcodeIntel microcodeIntel
neofetch neofetch
@ -149,7 +152,6 @@
qmk qmk
syncthing syncthing
syncthingtray syncthingtray
virt-manager
xclip xclip
yakuake yakuake
zsh zsh

Loading…
Cancel
Save