diff options
author | EuAndreh <eu@euandre.org> | 2023-02-26 17:37:52 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-02-26 17:41:10 -0300 |
commit | 11d04616c2fc44b115377b39c579a40bca507663 (patch) | |
tree | d554f689901b36f8207dcc31f655148ae50a774b /etc/guix/system.scm | |
parent | etc/guix/home.scm: Fix prefix of license in tmux inlined package (diff) | |
download | dotfiles-11d04616c2fc44b115377b39c579a40bca507663.tar.gz dotfiles-11d04616c2fc44b115377b39c579a40bca507663.tar.xz |
etc/guix/system.scm: Stop using (xyz euandreh queue) unprefixed
Diffstat (limited to 'etc/guix/system.scm')
-rw-r--r-- | etc/guix/system.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/etc/guix/system.scm b/etc/guix/system.scm index 87ee97e..4ca17e4 100644 --- a/etc/guix/system.scm +++ b/etc/guix/system.scm @@ -5,7 +5,6 @@ (gnu packages image) (gnu packages package-management) - (xyz euandreh queue) (gnu packages mail) (gnu packages admin) (guix download) @@ -26,6 +25,7 @@ ((nonguix licenses) #:prefix ng-license:) ((xyz euandreh heredoc) #:prefix heredoc:) + ((xyz euandreh queue) #:prefix queue:) (gnu bootloader) (gnu bootloader grub) (gnu packages) @@ -48,8 +48,7 @@ (guix packages) (nongnu packages linux) (nongnu system linux-initrd) - (srfi srfi-1) - (xyz euandreh queue)) + (srfi srfi-1)) (heredoc:enable-syntax) (define-public epson-L365 @@ -116,7 +115,7 @@ Seiko Epson Color Ink Jet Printers.") postfix-configuration make-postfix-configuration postfix-configuration? - (postfix postfix-configuration-postfix (default postfix)) + (postfix postfix-configuration-postfix (default queue:postfix)) (set-sendmail? postfix-configuration-set-sendmail? (default #t)) (master.cf-file postfix-configuration-master.cf-file (default #f)) (main.cf-file postfix-configuration-main.cf-file (default #f)) |