Compare commits
No commits in common. "a5760ca51111464ffbd64f99478d3e17f66dca02" and "b66fcea3b8c69f746fe8d53f81bfefea6851f71f" have entirely different histories.
a5760ca511
...
b66fcea3b8
2 changed files with 1 additions and 3 deletions
|
@ -66,8 +66,6 @@
|
|||
# Enable CUPS to print documents.
|
||||
services.printing.enable = true;
|
||||
|
||||
services.envfs.enable = true;
|
||||
|
||||
# Enable sound with pipewire.
|
||||
sound.enable = true;
|
||||
hardware.pulseaudio.enable = false;
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
# https://github.com/NVIDIA/open-gpu-kernel-modules#compatible-gpus
|
||||
# Only available from driver 515.43.04+
|
||||
# Currently alpha-quality/buggy, so false is currently the recommended setting.
|
||||
open = true;
|
||||
open = false;
|
||||
|
||||
# Enable the Nvidia settings menu,
|
||||
# accessible via `nvidia-settings`.
|
||||
|
|
Loading…
Reference in a new issue