home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 3e27641b45fc2a4b324dfeb8037cf075702dab33
parent f94e29c6bed620f05215801bb6649ce699eae9c2
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 17 Jul 2020 13:27:11 +0200

systems/wakasu: disable nvidia driver

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/wakasu.nix | 10----------
1 file changed, 0 insertions(+), 10 deletions(-)

diff --git a/systems/wakasu.nix b/systems/wakasu.nix @@ -107,16 +107,6 @@ in endpointPort = endpointPort; endpointPublicKey = endpointPublicKey; }; - xserver = { - videoDrivers = [ "nvidia" ]; - dpi = 96; - serverFlagsSection = '' - Option "BlankTime" "0" - Option "StandbyTime" "0" - Option "SuspendTime" "0" - Option "OffTime" "0" - ''; - }; }; /* virtualisation.containers = {