Skip to content

Commit ff949f7

Browse files
committed
ideacentr-k330: include nvidia-fermi architecture
1 parent 5aa1b0f commit ff949f7

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

common/gpu/nvidia/fermi/default.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{ ... }:
2+
{
3+
imports = [ ../. ];
4+
5+
# The open source driver does not support Fermi GPUs.
6+
hardware.nvidia.open = false;
7+
}

lenovo/ideacentre/k330/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
imports = [
44
../../../common/cpu/intel
5-
../../../common/gpu/nvidia # Is it possible/advisable to pin this to the 390.xx driver family in case the user wants to use non-free drivers?
5+
../../../common/gpu/nvidia/fermi # Is it possible/advisable to pin this to the 390.xx driver family in case the user wants to use non-free drivers?
66
../../../common/gpu/amd # The K330 could be bought with AMD GPUs but I don't have that configuration
77
../../../common/pc
88
];
@@ -14,6 +14,6 @@
1414
# What if somebody installs both plasma AND another DE?
1515
# The goal is to prefer x11 over wayland due to compatibility issues with the old hardware
1616

17-
17+
1818
services.displayManager.defaultSession = lib.mkIf config.services.xserver.desktopManager.plasma6.enable (lib.mkDefault "plasmax11");
19-
}
19+
}

0 commit comments

Comments
 (0)