aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-11-27 09:37:35 -0300
committerEuAndreh <eu@euandre.org>2022-11-27 09:37:35 -0300
commit2340aa9b7e3ca10676fb2e2f0413da19a6cc9869 (patch)
tree9988788fb16e2b5efb71c30dba6faf80635b8aa3
parentsrc/infrastructure/guix/system.scm: Use custom /etc/hosts file: Include WireG... (diff)
downloadtoph-2340aa9b7e3ca10676fb2e2f0413da19a6cc9869.tar.gz
toph-2340aa9b7e3ca10676fb2e2f0413da19a6cc9869.tar.xz
src/infrastructure/guix/system.scm: Use "inline:" for "alias_database"
-rw-r--r--src/infrastructure/guix/system.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm
index cf1dddb..83edc1a 100644
--- a/src/infrastructure/guix/system.scm
+++ b/src/infrastructure/guix/system.scm
@@ -1661,7 +1661,7 @@
(define tld "euandre.org")
(define whoami "andreh")
(define me "eu")
-(define public-me (format #f "~a@~a" me whoami))
+(define public-me (format #f "~a@~a" me tld))
(define gitconfig (plain-file "gitconfig" (format #f #"-
[init]
@@ -1898,10 +1898,11 @@
(format #f
#"-
canonical_maps = inline:{ ~a=~a }
- alias_database = static:{ ~a }
+ alias_database = inline:{ @~a=~a }
"#
whoami
public-me
+ tld
public-me))))
(service mail-aliases-service-type
`(("root" ,whoami)