This commit is contained in:
Daniel Ziltener 2023-12-18 01:27:14 +01:00
parent 6a83af0d25
commit f6903fe1fa
Signed by: zilti
GPG Key ID: B38976E82C9DAE42
2 changed files with 23 additions and 19 deletions

View File

@ -43,8 +43,10 @@ This is to be run after setting up the partitions.
- gnu
- gnu image
- gnu packages gnome
- gnu services admin
- gnu services authentication
- gnu services base
- gnu services configuration
- gnu services dbus
- gnu services desktop
- gnu services linux
@ -166,12 +168,13 @@ This adds the Nonguix channel.
(append
<<root-modified-desktop-services>>
<<root-simple-service-block>>
(list polkit-wheel-service)
(list
<<greeter-service>>)
(list
<<screen-lock-service>>)
(list
<<unattended-upgrade>>))
<<unattended-upgrade>>)
))
#+end_src
@ -180,17 +183,16 @@ 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")) |
| fstrim | () |
| fprintd | () |
| polkit | ((polkit-wheel-service)) |
| Service | Options |
|-------------+------------------------------------------------------|
| tlp | () |
| thermald | ((adaptive? #t)) |
| bluetooth | () |
| earlyoom | ((minimum-available-memory 5) (minimum-free-swap 5)) |
| inputattach | () |
| libvirt | ((unix-sock-group "libvirt")) |
| fstrim | () |
| fprintd | () |
#+NAME: root-simple-service-block
#+begin_src scheme :noweb yes :exports none :results output
@ -204,7 +206,7 @@ These services are unmodified, or have just few settings.
(service unattended-upgrade-service-type
(unattended-upgrade-configuration
(schedule "5 12 * * 1")
(channels
#;(channels
<<root-channels>>)))
#+end_src

View File

@ -4,8 +4,10 @@
;; - gnu
;; - gnu image
;; - gnu packages gnome
;; - gnu services admin
;; - gnu services authentication
;; - gnu services base
;; - gnu services configuration
;; - gnu services dbus
;; - gnu services desktop
;; - gnu services linux
@ -23,8 +25,10 @@
(gnu)
(gnu image)
(gnu packages gnome)
(gnu services admin)
(gnu services authentication)
(gnu services base)
(gnu services configuration)
(gnu services dbus)
(gnu services desktop)
(gnu services linux)
@ -173,11 +177,9 @@
(fstrim-configuration))
(service
fprintd-service-type
(fprintd-configuration))
#;(service
polkit-service-type
(polkit-configuration (polkit-wheel-service))))
(fprintd-configuration)))
(list polkit-wheel-service)
(list
(service greetd-service-type
(greetd-configuration
@ -213,7 +215,7 @@
(service unattended-upgrade-service-type
(unattended-upgrade-configuration
(schedule "5 12 * * 1")
(channels
#;(channels
(cons* (channel
(name 'nonguix)
(url "https://gitlab.com/nonguix/nonguix")
@ -226,7 +228,7 @@
(channel
(name 'ziltis-channel)
(url "https://gitea.lyrion.ch/zilti/guixchannel"))
%default-channels))))))
%default-channels)))))
))
(name-service-switch %mdns-host-lookup-nss))
;; Operating System:1 ends here