diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-08-04 12:29:17 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-08-04 12:29:17 -0500 |
| commit | 2beb167341f90c09425e25eb044d8103db509926 (patch) | |
| tree | 87eb4c0629cfac947d0fb1e67c538568d61ad923 /hosts/poweredge/configuration.nix | |
| parent | a653121ef3d285d2484ed865d6c9460ff81dfb0d (diff) | |
| download | nixos-2beb167341f90c09425e25eb044d8103db509926.tar.xz nixos-2beb167341f90c09425e25eb044d8103db509926.zip | |
use allowUnfreeCudaPredicate instead of blanket allowUnfree for poweredge
Diffstat (limited to 'hosts/poweredge/configuration.nix')
| -rw-r--r-- | hosts/poweredge/configuration.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hosts/poweredge/configuration.nix b/hosts/poweredge/configuration.nix index c15f222..adf7515 100644 --- a/hosts/poweredge/configuration.nix +++ b/hosts/poweredge/configuration.nix @@ -14,9 +14,6 @@ #./notification-mailer.nix # TODO move some of this stuff to archetype ]; - # Allow unfree packages for nvidia/cuda - nixpkgs.config.allowUnfree = true; - # Setup bootloader boot._loader.enable = true; |
