Put in earplugs
This commit is contained in:
parent
9e516388ba
commit
2810d0a7eb
2 changed files with 15 additions and 1 deletions
|
@ -405,6 +405,15 @@ writable = yes
|
||||||
"))))
|
"))))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
*** realtime
|
||||||
|
real-time scheduling for the =realtime= group (sound, supercollider, etc)
|
||||||
|
#+BEGIN_SRC scheme
|
||||||
|
(service pam-limits-service-type
|
||||||
|
(list
|
||||||
|
(pam-limits-entry "@realtime" 'both 'rtprio 99)
|
||||||
|
(pam-limits-entry "@realtime" 'both 'memlock 'unlimited)))
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
*** bluetooth
|
*** bluetooth
|
||||||
#+begin_src scheme
|
#+begin_src scheme
|
||||||
(service bluetooth-service-type)
|
(service bluetooth-service-type)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
;; -*- mode: scheme; coding: utf-8; -*-
|
;; -*- mode: scheme; coding: utf-8; -*-
|
||||||
;;
|
;;
|
||||||
;; tangled from framework13-system.org on 2024-03-07 15:39:01+01:00)
|
;; tangled from framework13-system.org on 2024-03-07 16:38:09+01:00)
|
||||||
|
|
||||||
(use-modules (gnu)
|
(use-modules (gnu)
|
||||||
(gnu packages)
|
(gnu packages)
|
||||||
|
@ -265,6 +265,11 @@ browsable = no
|
||||||
writable = yes
|
writable = yes
|
||||||
"))))
|
"))))
|
||||||
|
|
||||||
|
(service pam-limits-service-type
|
||||||
|
(list
|
||||||
|
(pam-limits-entry "@realtime" 'both 'rtprio 99)
|
||||||
|
(pam-limits-entry "@realtime" 'both 'memlock 'unlimited)))
|
||||||
|
|
||||||
(service bluetooth-service-type)
|
(service bluetooth-service-type)
|
||||||
|
|
||||||
(service cups-service-type)
|
(service cups-service-type)
|
||||||
|
|
Loading…
Reference in a new issue