diff options
author | EuAndreh <eu@euandre.org> | 2024-08-17 09:59:11 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-17 09:59:11 -0300 |
commit | 0ab4a7509ad8332ad01c73a8f543ead191487155 (patch) | |
tree | 9d33636c7e3335768aab7b134402d10abbdf2e31 | |
parent | etc/guix/channels.scm: Update to new channel reference (diff) | |
download | dotfiles-0ab4a7509ad8332ad01c73a8f543ead191487155.tar.gz dotfiles-0ab4a7509ad8332ad01c73a8f543ead191487155.tar.xz |
etc/guix/{home,system}.scm: Rename queue: -> q:
-rw-r--r-- | etc/guix/home.scm | 4 | ||||
-rw-r--r-- | etc/guix/system.scm | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index b14a65f..b3645af 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -2,7 +2,7 @@ ((ice-9 textual-ports) #:prefix textual-ports:) ((guix licenses) #:prefix licenses:) ((xyz euandreh heredoc) #:prefix heredoc:) - ((org euandre queue) #:prefix queue:) + ((org euandre queue) #:prefix q:) (gnu) (gnu home) (gnu home services) @@ -375,7 +375,7 @@ netsurf firefox)) (list - queue:go-full) + q:go-full) (list (script "cronjob" (slurp (string-append (getenv "XDG_CONFIG_HOME") diff --git a/etc/guix/system.scm b/etc/guix/system.scm index e3e2754..c7b6d30 100644 --- a/etc/guix/system.scm +++ b/etc/guix/system.scm @@ -3,7 +3,7 @@ ((nonguix licenses) #:prefix ng.license:) ((nongnu packages linux) #:prefix ng.linux:) ((nongnu system linux-initrd) #:prefix ng.initrd:) - ((org euandre queue) #:prefix queue:) + ((org euandre queue) #:prefix q:) ((xyz euandreh heredoc) #:prefix heredoc:) (gnu) (gnu system locale) @@ -165,8 +165,8 @@ Seiko Epson Color Ink Jet Printers.") (list (host "10.0.0.0" "toph") (host "10.0.0.1" host-name))) - (service queue:local-postfix-service-type - (queue:postfix-configuration + (service q:local-postfix-service-type + (q:postfix-configuration (main.cf-extra #"- smtp_sender_dependent_authentication = yes sender_dependent_relayhost_maps = hash:/var/lib/private/postfix/relayhosts-maps @@ -235,7 +235,7 @@ Seiko Epson Color Ink Jet Printers.") (rottlog-service-type config => (rottlog-configuration (inherit config) - (rottlog queue:rottlog-mailutils-sendmail))) + (rottlog q:rottlog-mailutils-sendmail))) (pulseaudio-service-type config => (pulseaudio-configuration (inherit config) |