feat: Use cuda

This commit is contained in:
uttarayan21
2025-05-29 19:57:12 +05:30
parent c150e7c269
commit 02a7eb2c20
2 changed files with 2 additions and 2 deletions

View File

@@ -329,7 +329,7 @@
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
# nixpkgs.config.cudaSupport = true;
nixpkgs.config.cudaSupport = true;
fonts.fontconfig.enable = true;
fonts.fontDir.enable = true;

View File

@@ -35,7 +35,7 @@
lib.mkDefault config.hardware.enableRedistributableFirmware;
firmware = [pkgs.linux-firmware];
};
# nixpkgs.config.cudaSupport = true;
nixpkgs.config.cudaSupport = true;
services.fprintd.enable = true;
services.sshd.enable = true;