diff options
| author | EuAndreh <eu@euandre.org> | 2022-11-25 19:46:03 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2022-11-25 19:46:07 -0300 |
| commit | 31fd4f626bb47dae70caff6b7da03f73321b42f2 (patch) | |
| tree | 7c8d634c105dcc6ed45a40573980db511df61c66 | |
| parent | bin/open: Use VLC over mpv; remove nohup (diff) | |
| download | dotfiles-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.
| -rw-r--r-- | etc/guix/system.scm | 5 |
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> |
