From 79529d2ff8302646bdaf30aeb5ebc1eed02c0efc Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 25 Nov 2022 18:12:57 -0300 Subject: src/infrastructure/guix/system.scm: Simplify and make with-email work --- src/infrastructure/guix/system.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index 516e027..c421bd1 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -507,9 +507,8 @@ HOSTNAME="$(hostname)" mail \ -a 'Content-Type: text/plain; charset=UTF-8' \ - -a "From:cron@$HOSTNAME" \ -s "(exit status: $STATUS) - $SUBJECT" \ - "dev@$HOSTNAME" < "$OUT" || cat "$OUT" + root < "$OUT" || cat "$OUT" "#) @@ -1697,6 +1696,7 @@ entr git-minimal guile-heredoc-latest + mailutils-sendmail ranger rlwrap rsync -- cgit v1.2.3