aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-15 09:51:38 -0300
committerEuAndreh <eu@euandre.org>2023-03-15 09:51:38 -0300
commitecf70bff6247029bdc2f343bd3ac9925616f5725 (patch)
tree15e8748af0e56ad20cc5389fd3942419b00983cc
parentMakefile: Remove ".stripped" SSH key file in "clean" target (diff)
downloadtoph-ecf70bff6247029bdc2f343bd3ac9925616f5725.tar.gz
toph-ecf70bff6247029bdc2f343bd3ac9925616f5725.tar.xz
system.scm: Reorder DNS constants definitions
-rw-r--r--src/infrastructure/guix/system.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm
index 324b7ed..2ed5ff3 100644
--- a/src/infrastructure/guix/system.scm
+++ b/src/infrastructure/guix/system.scm
@@ -124,10 +124,10 @@
(define ns (fmt "ns1.~a." tld))
(define mail (fmt "hostmaster.~a." tld))
-
(define dkim-selector "dkimproxyout")
-(define dkim-name (str dkim-selector "._domainkey"))
(define dkim-public-key-path "/var/lib/dkimproxyout/public.key")
+
+(define dkim-name (str dkim-selector "._domainkey"))
(define dkim-public-key
(if (file-exists? dkim-public-key-path)
(string-join (reverse