diff --git a/machines/ray/default.nix b/machines/ray/default.nix index 1fa80ac..b94d955 100644 --- a/machines/ray/default.nix +++ b/machines/ray/default.nix @@ -5,6 +5,8 @@ ./hardware-configuration.nix ]; + nixpkgs.config.cudaSupport = true; + # for luks onlock over tor services.tor.enable = true; services.tor.client.enable = true;