i accept you nvidia

This commit is contained in:
nora 2023-09-18 20:16:21 +02:00
parent 7dd512997f
commit b8e4d14d36

View file

@ -32,6 +32,7 @@
config = { config = {
# Disable if you don't want unfree packages # Disable if you don't want unfree packages
allowUnfree = true; allowUnfree = true;
nvidia.acceptLicense = true;
# allowUnfreePredicate = (_: true); # allowUnfreePredicate = (_: true);
}; };
}; };