Skip to content

Commit

Permalink
laptop0: add i915
Browse files Browse the repository at this point in the history
  • Loading branch information
1sixth committed Aug 17, 2024
1 parent b4cbe41 commit cc9caf2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion nixos/laptop0/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@

boot = {
binfmt.emulatedSystems = [ "aarch64-linux" ];
kernelModules = [ "nvidia_uvm" ];
kernelModules = [
# https://forums.developer.nvidia.com/t/550-54-14-cannot-create-sg-table-for-nvkmskapimemory-spammed-when-launching-chrome-on-wayland/284775/15
"i915"
# https://github.com/ollama/ollama/blob/main/docs/gpu.md#laptop-suspend-resume
"nvidia_uvm"
];
supportedFilesystems = [ "ntfs" ];
};

Expand Down

0 comments on commit cc9caf2

Please sign in to comment.