diff options
Diffstat (limited to 'aisaka.org')
-rw-r--r-- | aisaka.org | 31 |
1 files changed, 19 insertions, 12 deletions
@@ -79,21 +79,28 @@ https://guix.gnu.org/en/manual/en/html_node/Services.html (list <<ssh-system-service>> <<trezor-system-packages>> - (service cups-service-type - (cups-configuration (extensions `(,cups-filters - ,epson-inkjet-printer-escpr)) - (web-interface? #t))) + (service + cups-service-type + (cups-configuration + (extensions + (list + cups-filters + epson-inkjet-printer-escpr)) + (web-interface? #t))) (service git-daemon-service-type) (service gnome-desktop-service-type) - (service tor-service-type (tor-configuration - (control-socket? #t))) + (service + tor-service-type + (tor-configuration + (control-socket? #t))) <<trezor-udev-rules>>) - (modify-services %desktop-services - (elogind-service-type - configuration => - (elogind-configuration - (inherit configuration) - (handle-lid-switch 'ignore)))))) + (modify-services + %desktop-services + (elogind-service-type + configuration => + (elogind-configuration + (inherit configuration) + (handle-lid-switch 'ignore)))))) #+end_src ** TODO Home configuration |