aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-18 18:05:48 -0300
committerEuAndreh <eu@euandre.org>2024-08-18 18:05:48 -0300
commit145552e275144f80a1552360a7f92057e1dd871f (patch)
treebf8aeb5c2b71cb4071039350c1127ff857c44900
parentrm .tdrc (diff)
downloadtoph-145552e275144f80a1552360a7f92057e1dd871f.tar.gz
toph-145552e275144f80a1552360a7f92057e1dd871f.tar.xz
system.scm: Rename prefix "queue:" => "q:"
-rw-r--r--src/guix/system.scm17
1 files changed, 9 insertions, 8 deletions
diff --git a/src/guix/system.scm b/src/guix/system.scm
index e77ea27..73ca90a 100644
--- a/src/guix/system.scm
+++ b/src/guix/system.scm
@@ -2,7 +2,7 @@
((ice-9 textual-ports) #:prefix textual-ports:)
((srfi srfi-1) #:prefix s1:)
((xyz euandreh heredoc) #:prefix heredoc:)
- ((org euandre queue) #:prefix queue:)
+ ((org euandre queue) #:prefix q:)
(gnu)
(guix build-system trivial)
(guix build utils)
@@ -216,6 +216,7 @@
(entries ipv6-reverse-domain-zone))))))
+
(operating-system
(locale "fr_FR.UTF-8")
(timezone "America/Sao_Paulo")
@@ -413,7 +414,7 @@
autoindex on;
add_header Strict-Transport-Security 'max-age=31536000; includeSubdomains' always;
"#)))))))
- (service cgit-service-type queue:cgit-pre-configuration)
+ (service cgit-service-type q:cgit-pre-configuration)
(simple-service 'extra-etc-file etc-service-type
`(("rc" ,(plain-file "rc.sh" (file "src/infrastructure/config/rc.sh")))
("known_hosts" ,(plain-file "known_hosts" (file "src/infrastructure/config/known_hosts.txt")))
@@ -445,11 +446,11 @@
(public-key "8IxSFlJoFuTzLtIkoKZH4CkUbIxd6++E0lBOin/7rT8=")
(allowed-ips '("10.0.0.2/32"))
(keep-alive 25))))))
- (service queue:shadow-group-service-type)
- (service queue:dkimproxyout-service-type)
- (service queue:cyrus-sasl-service-type)
- (service queue:dovecot-service-type)
- (service queue:internet-postfix-service-type)
+ (service q:shadow-group-service-type)
+ (service q:dkimproxyout-service-type)
+ (service q:cyrus-sasl-service-type)
+ (service q:dovecot-service-type)
+ (service q:internet-postfix-service-type)
(service mail-aliases-service-type
'(("root" "andreh")
("eu" "andreh")
@@ -458,7 +459,7 @@
(rottlog-service-type config =>
(rottlog-configuration
(inherit config)
- (rc-file (file-append queue:rottlog-mailutils-sendmail "/etc/rc")))))))
+ (rc-file (file-append q:rottlog-mailutils-sendmail "/etc/rc")))))))
(bootloader
(bootloader-configuration
(bootloader grub-bootloader)