mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
updated
This commit is contained in:
parent
748576e17c
commit
3aad0fcc77
3 changed files with 22 additions and 18 deletions
|
|
@ -33,11 +33,11 @@
|
|||
hardware.opengl = {
|
||||
enable = true;
|
||||
driSupport = true;
|
||||
driSupport32Bit = false;
|
||||
driSupport32Bit = true;
|
||||
};
|
||||
|
||||
hardware.nvidia.open = true;
|
||||
#
|
||||
|
||||
# Virtualisation
|
||||
virtualisation.libvirtd = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue