update
This commit is contained in:
parent
83e90f9693
commit
2717a46392
2 changed files with 12 additions and 8 deletions
|
|
@ -66,8 +66,8 @@
|
|||
};
|
||||
|
||||
# VirtualBox
|
||||
virtualisation.virtualbox.host.enable = true;
|
||||
users.extraGroups.vboxusers.members = [ "clemens" ];
|
||||
#virtualisation.virtualbox.host.enable = true;
|
||||
#users.extraGroups.vboxusers.members = [ "clemens" ];
|
||||
|
||||
# Bluetooth
|
||||
services.blueman.enable = true;
|
||||
|
|
@ -269,6 +269,10 @@
|
|||
# Docker
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
hardware.opengl.extraPackages = with pkgs; [
|
||||
amdvlk
|
||||
];
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue