aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)