From 02a7eb2c20cde3acf4cd05e1102c287a4d76c402 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Thu, 29 May 2025 19:57:12 +0530 Subject: [PATCH] feat: Use cuda --- nixos/ryu/configuration.nix | 2 +- nixos/ryu/ryu.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/ryu/configuration.nix b/nixos/ryu/configuration.nix index 7faf0b46..44ebb780 100644 --- a/nixos/ryu/configuration.nix +++ b/nixos/ryu/configuration.nix @@ -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; diff --git a/nixos/ryu/ryu.nix b/nixos/ryu/ryu.nix index c6c22781..323f16d4 100644 --- a/nixos/ryu/ryu.nix +++ b/nixos/ryu/ryu.nix @@ -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;