Make nvidia on kardorf work

This commit is contained in:
2025-05-04 13:51:44 +02:00
parent fdc8b03d9b
commit 3eba0fe092
2 changed files with 7 additions and 2 deletions

View File

@ -8,6 +8,7 @@
# TODO: apply this to hm and nixos without duplicate code
overlays = builtins.attrValues outputs.overlays;
config = {
nvidia.acceptLicense = true;
allowUnfree = true;
allowUnfreePredicate = _: true; # TODO: what is this
warn-dirty = false;