Update on file and add pantheon

This commit is contained in:
2026-07-18 15:37:43 +02:00
parent 821c51e0fa
commit 862d9291be
4 changed files with 36 additions and 20 deletions
-9
View File
@@ -1,5 +1,4 @@
{
pkgs,
lib,
config,
...
@@ -15,14 +14,6 @@ in
config = mkIf cfg.enable {
hardware.nvidia-container-toolkit.enable = true;
environment.systemPackages = with pkgs.cudaPackages; [
cudatoolkit
cudnn
libcublas
libcufile
libcusparse
nccl
];
};
}