aboutsummaryrefslogtreecommitdiff
path: root/etc/guix/system.scm
diff options
context:
space:
mode:
Diffstat (limited to 'etc/guix/system.scm')
-rw-r--r--etc/guix/system.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/guix/system.scm b/etc/guix/system.scm
index e3e2754..c7b6d30 100644
--- a/etc/guix/system.scm
+++ b/etc/guix/system.scm
@@ -3,7 +3,7 @@
((nonguix licenses) #:prefix ng.license:)
((nongnu packages linux) #:prefix ng.linux:)
((nongnu system linux-initrd) #:prefix ng.initrd:)
- ((org euandre queue) #:prefix queue:)
+ ((org euandre queue) #:prefix q:)
((xyz euandreh heredoc) #:prefix heredoc:)
(gnu)
(gnu system locale)
@@ -165,8 +165,8 @@ Seiko Epson Color Ink Jet Printers.")
(list
(host "10.0.0.0" "toph")
(host "10.0.0.1" host-name)))
- (service queue:local-postfix-service-type
- (queue:postfix-configuration
+ (service q:local-postfix-service-type
+ (q:postfix-configuration
(main.cf-extra #"-
smtp_sender_dependent_authentication = yes
sender_dependent_relayhost_maps = hash:/var/lib/private/postfix/relayhosts-maps
@@ -235,7 +235,7 @@ Seiko Epson Color Ink Jet Printers.")
(rottlog-service-type config =>
(rottlog-configuration
(inherit config)
- (rottlog queue:rottlog-mailutils-sendmail)))
+ (rottlog q:rottlog-mailutils-sendmail)))
(pulseaudio-service-type config =>
(pulseaudio-configuration
(inherit config)