diff options
author | Ben Sima <ben@bsima.me> | 2023-01-20 11:55:04 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2023-01-20 11:55:04 -0500 |
commit | d9133ec39ac728e687f3d76fcdfd3ac2aa797a54 (patch) | |
tree | 105a635a7cda12ac66d44f0cfad43331fb61e4ae /lib/config.nix | |
parent | 66d3268b80620ae1236cbfb7cbf07543061be607 (diff) |
fixes
Diffstat (limited to 'lib/config.nix')
-rw-r--r-- | lib/config.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/config.nix b/lib/config.nix index b5acfb9..12bcf15 100644 --- a/lib/config.nix +++ b/lib/config.nix @@ -5,5 +5,5 @@ permittedInsecurePackages = [ "electron-13.6.9" ]; - #cudaSupport = true; + cudaSupport = false; } |