mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
levi: sync mode
This commit is contained in:
parent
3a353e863b
commit
204d4965ff
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{ lib, pkgs, ... }:
|
{ lib, pkgs, ... }:
|
||||||
let
|
let
|
||||||
current-mode = "nvidia-mux";
|
current-mode = "nvidia";
|
||||||
|
|
||||||
constants = {
|
constants = {
|
||||||
hardware.nvidia.prime.intelBusId = "PCI:0:2:0";
|
hardware.nvidia.prime.intelBusId = "PCI:0:2:0";
|
||||||
|
@ -51,8 +51,10 @@ let
|
||||||
### nvidia drivers disabled
|
### nvidia drivers disabled
|
||||||
#
|
#
|
||||||
# Not well tested. Possibly Incomplete.
|
# Not well tested. Possibly Incomplete.
|
||||||
|
# Won't allow external displays connected to nvidia GPU.
|
||||||
#
|
#
|
||||||
# Shutting off Nvidia GPU would theoretically save power.
|
# Shutting off Nvidia GPU would theoretically save power.
|
||||||
|
# I do not think this actually powers down the Nvidia GPU, just stops using it.
|
||||||
#
|
#
|
||||||
boot.kernelParams = [ "module_blacklist=nouveau" ];
|
boot.kernelParams = [ "module_blacklist=nouveau" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue