Commit 3e27641b45fc

Vincent Demeester <vincent@sbr.pm>
2020-07-17 13:27:11
systems/wakasu: disable nvidia driver
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent f94e29c
Changed files (1)
systems
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 = {