mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
nvidia
This commit is contained in:
parent
86209ebcf1
commit
e74eea84a6
1 changed files with 3 additions and 0 deletions
|
|
@ -70,6 +70,9 @@ with lib;
|
|||
};
|
||||
};
|
||||
|
||||
# Despite confusing name, this configures userspace nvidia libraries
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
|
||||
virtualisation.libvirtd = {
|
||||
enable = true;
|
||||
qemu = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue