From 31fd4f626bb47dae70caff6b7da03f73321b42f2 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 25 Nov 2022 19:46:03 -0300 Subject: etc/guix/system.scm: Do not run newaliases in postfix-activation For some reason it prevents the boop process. I'm still debugging it, but for now I'll keep it up-to-date manually. --- etc/guix/system.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'etc') diff --git a/etc/guix/system.scm b/etc/guix/system.scm index e4fd48d..d1fff27 100644 --- a/etc/guix/system.scm +++ b/etc/guix/system.scm @@ -287,10 +287,7 @@ Seiko Epson Color Ink Jet Printers.") (chmod #$queue-directory #o755) (format (current-error-port) "Creating email spool director: \"/var/mail\".~%") - (mkdir-p "/var/mail") - (format (current-error-port) - "Updating /etc/aliases.~%") - (invoke #$(file-append postfix "/bin/newaliases")))))) + (mkdir-p "/var/mail"))))) (define (postfix-shepherd-service config) (match-record config -- cgit v1.2.3