summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/guix/system.scm6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/guix/system.scm b/src/guix/system.scm
index 5dfef4b..e2619bd 100644
--- a/src/guix/system.scm
+++ b/src/guix/system.scm
@@ -33,6 +33,8 @@
(define +users+
`(("andre" "EuAndreh" ("wheel" "become-secrets-keeper") ,(path "src/keys/SSH/andre.pub.txt"))))
+(define +alias-emails+ (map s1:first +users+))
+
(define file (compose string-trim-right pkg:slurp path))
(define +ipv4+ (file "src/config/ipv4.txt"))
@@ -150,7 +152,9 @@
("offsite-ssh.txt" ,(plain-file "offsite-ssh.txt" +offsite-ssh+))))
(service mail-aliases-service-type
`(("root" "andre")
- ("support" ,@(map s1:first +users+)))))
+ ("contact" ,+alias-emails+)
+ ("info" ,+alias-emails+)
+ ("support" ,+alias-emails+))))
pkg:base-services))
(bootloader
(bootloader-configuration