virtualisirung mpd ncmcpp

This commit is contained in:
2019-07-10 10:03:01 +02:00
parent 6416c18fb9
commit 841986a0a1

View File

@@ -82,11 +82,23 @@
vagrant
ncmpcpp
mpd
tlp
powertop
redshift
ranger
mc
vlc
pavucontrol
openvpn
];
hardware.opengl.driSupport32Bit = true;
services.hardware.bolt.enable = true;
virtualisation.docker.enable = true;
virtualisation.libvirtd.enable = true;
virtualisation.kvmgt.enable = true;
virtualisation.virtualbox.host.enable = true;
virtualisation.virtualbox.host.enableExtensionPack = true;
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
# programs.mtr.enable = true;
@@ -128,7 +140,7 @@
# Define a user account. Don't forget to set a password with passwd.
users.users.k41 = {
isNormalUser = true;
extraGroups = [ "wheel" "video" "libvirt"]; # Enable sudo for the user.
extraGroups = [ "wheel" "video" "libvirtd"]; # Enable sudo for the user.
shell = pkgs.zsh;
};