This commit is contained in:
Daniel Ziltener 2024-04-04 12:04:30 +02:00
parent adcb50c1f9
commit b4dc70385e
Signed by: zilti
GPG Key ID: B38976E82C9DAE42
3 changed files with 18 additions and 12 deletions

View File

@ -53,6 +53,7 @@ There are many community modules at [[https://whereis.みんな/][Whereis]].
- gnu services docker
- gnu services linux
- gnu services networking
- gnu services nix
- gnu services pm
- gnu services sddm
- gnu services sound
@ -242,18 +243,19 @@ This adds the Nonguix channel.
These services are unmodified, or have just few settings.
#+NAME: root-simple-services
| Service | Options |
|-----------+--------------------------------------------------|
| tlp | () |
| thermald | ((adaptive? #t)) |
| bluetooth | () |
| earlyoom | ((minimum-available-memory 5) (minimum-free-swap 5)) |
| inputattach | () |
| libvirt | ((unix-sock-group "libvirt")) |
| virtlog | () |
| fstrim | () |
| fprintd | () |
| sddm | () |
| Service | Options |
|-------------+------------------------------------------------------|
| tlp | () |
| thermald | ((adaptive? #t)) |
| bluetooth | () |
| earlyoom | ((minimum-available-memory 5) (minimum-free-swap 5)) |
| inputattach | () |
| libvirt | ((unix-sock-group "libvirt")) |
| nix | () |
| virtlog | () |
| fstrim | () |
| fprintd | () |
| sddm | () |
#+NAME: root-simple-service-block
#+begin_src scheme :noweb yes :exports none :results output

View File

@ -10,6 +10,7 @@
(gnu services docker)
(gnu services linux)
(gnu services networking)
(gnu services nix)
(gnu services pm)
(gnu services sddm)
(gnu services sound)
@ -145,6 +146,7 @@
libvirt-service-type
(libvirt-configuration
(unix-sock-group "libvirt")))
(service nix-service-type (nix-configuration))
(service
virtlog-service-type
(virtlog-configuration))

View File

@ -180,6 +180,7 @@
"liquidprompt"
"libsecret"
"make"
"nix"
"nm-tray"
"nnn"
"nss-certs"
@ -192,6 +193,7 @@
"perl-mozilla-ca"
"pinentry-qt"
"process-compose"
"qtwayland"
"pv"
"rsync"
"rust"