summaryrefslogtreecommitdiff
path: root/aisaka.org
diff options
context:
space:
mode:
authorMarek Paśnikowski <marekpasnikowski@protonmail.com>2023-02-11 21:35:50 +0100
committerMarek Paśnikowski <marekpasnikowski@protonmail.com>2023-02-11 21:35:50 +0100
commit257d4813a581fbfb238b4e27d16e3703c2f6aff4 (patch)
tree5206d9ca1c6dd588aee5d01cacd1db6bd9ac881b /aisaka.org
parentceb5285f06b1ecab4efa9b99cb2d51bbd1c08f03 (diff)
Reindent the list of system services
Diffstat (limited to 'aisaka.org')
-rw-r--r--aisaka.org31
1 files changed, 19 insertions, 12 deletions
diff --git a/aisaka.org b/aisaka.org
index eabf7a7..b60be9f 100644
--- a/aisaka.org
+++ b/aisaka.org
@@ -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