aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-11-25 19:46:03 -0300
committerEuAndreh <eu@euandre.org>2022-11-25 19:46:07 -0300
commit31fd4f626bb47dae70caff6b7da03f73321b42f2 (patch)
tree7c8d634c105dcc6ed45a40573980db511df61c66 /etc
parentbin/open: Use VLC over mpv; remove nohup (diff)
downloaddotfiles-31fd4f626bb47dae70caff6b7da03f73321b42f2.tar.gz
dotfiles-31fd4f626bb47dae70caff6b7da03f73321b42f2.tar.xz
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.
Diffstat (limited to 'etc')
-rw-r--r--etc/guix/system.scm5
1 files changed, 1 insertions, 4 deletions
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 <postfix-configuration>