Compare commits

...
2 Commits
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -92,7 +92,7 @@
nvidia-container-toolkit.enable = true;
nvidia = {
package = config.boot.kernelPackages.nvidiaPackages.stable;
package = config.boot.kernelPackages.nvidiaPackages.legacy_580;
modesetting.enable = false;
open = false; # GTX 1070 is too old for open drivers
+1 -1
View File
@@ -5,7 +5,7 @@
pkgs,
...
}: let
teamspeakVersion = "v6.0.0-beta8";
teamspeakVersion = "v6.0.0-beta10";
in {
virtualisation.oci-containers.containers = {
teamspeak = {