Advertisement
Guest User

Untitled

a guest
Jan 5th, 2021
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scheme 0.29 KB | None | 0 0
  1. (define swift5-config
  2.   (plain-file "swift5.conf"
  3.           "options snd-intel-dspcfg dsp_driver=1"))
  4. ...
  5. (operating-system
  6. ...
  7. (services
  8.   (cons*
  9.    (simple-service 'swift5-config etc-service-type
  10.            (list `("modprobe.d/swift5.conf"
  11.                ,swift5-config)))
  12.     ...
  13.        %desktop-services))))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement