mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-06-08 04:36:05 -07:00
fix nvidia on torus
This commit is contained in:
parent
abbc37db37
commit
6a8fb82dec
@ -33,9 +33,10 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.docker_27;
|
package = pkgs.docker_27;
|
||||||
storageDriver = "btrfs";
|
storageDriver = "btrfs";
|
||||||
enableNvidia = true;
|
|
||||||
};
|
};
|
||||||
services.xserver.videoDrivers = [ "nvidia" ];
|
|
||||||
|
services.xserver.videoDrivers = ["nvidia"];
|
||||||
|
hardware.nvidia.open = false;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user