diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-06-17 17:24:26 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-06-17 17:24:26 -0500 |
| commit | 20256167c33db9c6b762a5bcf0b6678de45653d0 (patch) | |
| tree | 63c6fe9e9e9ef36d0437939f4b65a725d5ca831f /hosts/optiplex | |
| parent | af63e346ff5542559dc507b0a901a4d8b370d4d3 (diff) | |
| download | nixos-20256167c33db9c6b762a5bcf0b6678de45653d0.tar.xz nixos-20256167c33db9c6b762a5bcf0b6678de45653d0.zip | |
cuda support and immich cuda support
Diffstat (limited to 'hosts/optiplex')
| -rw-r--r-- | hosts/optiplex/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/optiplex/configuration.nix b/hosts/optiplex/configuration.nix index 74d09b5..5108e72 100644 --- a/hosts/optiplex/configuration.nix +++ b/hosts/optiplex/configuration.nix @@ -80,6 +80,7 @@ hardware.nvidia = { modesetting.enable = true; # Required powerManagement.enable = false; # Can cause bugs + powerManagement.finegrained = false; # Only works on turing and newer nvidiaSettings = true; open = false; # Not compatible w/ GTX-1050 package = config.boot.kernelPackages.nvidiaPackages.legacy_580; |
