This commit is contained in:
CDaut 2024-05-17 00:46:05 +02:00
parent 83e90f9693
commit 2717a46392
Signed by: clara
GPG key ID: 223391B52FAD4463
2 changed files with 12 additions and 8 deletions

View file

@ -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. Its perfectly fine and recommended to leave