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 docker
- gnu services linux - gnu services linux
- gnu services networking - gnu services networking
- gnu services nix
- gnu services pm - gnu services pm
- gnu services sddm - gnu services sddm
- gnu services sound - gnu services sound
@ -243,13 +244,14 @@ These services are unmodified, or have just few settings.
#+NAME: root-simple-services #+NAME: root-simple-services
| Service | Options | | Service | Options |
|-----------+--------------------------------------------------| |-------------+------------------------------------------------------|
| tlp | () | | tlp | () |
| thermald | ((adaptive? #t)) | | thermald | ((adaptive? #t)) |
| bluetooth | () | | bluetooth | () |
| earlyoom | ((minimum-available-memory 5) (minimum-free-swap 5)) | | earlyoom | ((minimum-available-memory 5) (minimum-free-swap 5)) |
| inputattach | () | | inputattach | () |
| libvirt | ((unix-sock-group "libvirt")) | | libvirt | ((unix-sock-group "libvirt")) |
| nix | () |
| virtlog | () | | virtlog | () |
| fstrim | () | | fstrim | () |
| fprintd | () | | fprintd | () |

View file

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

View file

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