mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-10-02 02:14:59 +00:00
services: nvidia: Revert kernel-module-loader requirement.
This is a follow-up to 65293a06a0
, which made
the service depending on kernel-module-loadel-service-type without actually
extending it. Since the change is not necessary, I'm reverting it here.
* nongnu/services/nvidia.scm (nvidia-shepherd-service) [requirement]: Revert
to udev.
This commit is contained in:
parent
477f283914
commit
bf50e810a4
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
(list (shepherd-service
|
(list (shepherd-service
|
||||||
(documentation "Prepare system environment for NVIDIA driver.")
|
(documentation "Prepare system environment for NVIDIA driver.")
|
||||||
(provision '(nvidia))
|
(provision '(nvidia))
|
||||||
(requirement '(kernel-module-loader))
|
(requirement '(udev))
|
||||||
(one-shot? #t)
|
(one-shot? #t)
|
||||||
(modules '(((guix build utils) #:select (invoke/quiet))
|
(modules '(((guix build utils) #:select (invoke/quiet))
|
||||||
((rnrs io ports) #:select (get-line))))
|
((rnrs io ports) #:select (get-line))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue