| Commit message (Expand) | Author | Age | Files | Lines |
* | queue.scm: Add proper docstring to shadow-group-service-type | EuAndreh | 2023-03-16 | 1 | -1/+14 |
* | queue.scm: Split postfix-service-type into {local,internet}-postfix-service-type•••Also add those to `Makefile` as separate targets.
BONUS: better naming of Guix targets in `Makefile`. Instead of
`all-{packages,services}`, it is now `guix-{packages,services}`,
as there are other packages being built that do not belong to
Guix, and maybe more services in the future.
| EuAndreh | 2023-03-16 | 1 | -23/+60 |
* | queue.scm: Use mkdir-p/perms vs mkdir-p+chown+chmod | EuAndreh | 2023-03-16 | 1 | -17/+11 |
* | queue.scm: Add extra separation before "mailutils-sendmail" package | EuAndreh | 2023-03-16 | 1 | -0/+1 |
* | queue.scm: Export postfix-* | EuAndreh | 2023-03-16 | 1 | -1/+35 |
* | queue.scm: Add mailutils-sendmail package back | EuAndreh | 2023-03-13 | 1 | -0/+9 |
* | packages.scm: Remove td-latest package | EuAndreh | 2023-03-13 | 1 | -25/+0 |
* | git mv src/xyz/euandreh/* src/org/euandre/ | EuAndreh | 2023-03-13 | 2 | -2/+2 |
* | queue.scm: Name the "Spam" folder by its "special" name, "Junk" | EuAndreh | 2023-03-12 | 1 | -1/+1 |
* | queue.scm: Adapt INBOX location for Dovecot depending on "mail-in-home?" | EuAndreh | 2023-03-12 | 1 | -3/+3 |
* | queue.scm: Ensure state-dir exists before generating dhparam file | EuAndreh | 2023-03-12 | 1 | -0/+1 |
* | queue.scm: Export dovecot2-configuration | EuAndreh | 2023-03-12 | 1 | -1/+2 |
* | queue.scm: Remove wrong quote closing in dovecot config | EuAndreh | 2023-03-12 | 1 | -1/+1 |
* | queue.scm: Add "mail-in-home?" option for dovecot and postfix services | EuAndreh | 2023-03-12 | 1 | -4/+14 |
* | queue.scm: Add "home_mailbox" compat config | EuAndreh | 2023-03-11 | 1 | -0/+2 |
* | queue.scm: Remove "mail_spool_directory" config | EuAndreh | 2023-03-11 | 1 | -2/+0 |
* | queue.scm: Use correct certificate for postfix | EuAndreh | 2023-03-11 | 1 | -8/+8 |
* | queue.scm: Fix "mail_spoo_directory" typo | EuAndreh | 2023-03-11 | 1 | -1/+1 |
* | queue.scm: Uncomment "mail_location" line of Dovecot | EuAndreh | 2023-03-11 | 1 | -3/+1 |
* | queue.scm: Also unindent Dovecot strings just in case | EuAndreh | 2023-03-11 | 1 | -63/+63 |
* | queue.scm: Remove (heredoc) trailing whitespace, as Postfix complains about it | EuAndreh | 2023-03-11 | 1 | -88/+88 |
* | queue.scm: Tweak string of Postfix main.cf | EuAndreh | 2023-03-11 | 1 | -3/+3 |
* | queue.scm: Use debug procedure for cyrus-sasl-service extra action | EuAndreh | 2023-03-11 | 1 | -0/+2 |
* | Revert "queue.scm: Try disabling cyrus-sasl action to fix the build"•••This reverts commit 96f1f1c69d91f681f5d3557c4feb6629d283c696.
| EuAndreh | 2023-03-11 | 1 | -1/+11 |
* | queue.scm: Try disabling cyrus-sasl action to fix the build | EuAndreh | 2023-03-11 | 1 | -11/+1 |
* | queue.scm: Typo in (postfix-sasl-services ...) function name | EuAndreh | 2023-03-11 | 1 | -1/+1 |
* | queue.scm: Enable Postifx extending Cyrus SASL | EuAndreh | 2023-03-11 | 1 | -6/+0 |
* | queue.scm: Tweak cyrus-service-configuration composition | EuAndreh | 2023-03-11 | 1 | -0/+4 |
* | queue.scm: Fix mta-sts nginx configuration | EuAndreh | 2023-03-11 | 1 | -21/+21 |
* | queue.scm: Import (gnu system setuid) | EuAndreh | 2023-03-11 | 1 | -0/+1 |
* | queue.scm: Add import for (least-authority-wrapper ...) | EuAndreh | 2023-03-11 | 1 | -0/+1 |
* | queue.scm: Fix escaping in former heredoc strings | EuAndreh | 2023-03-11 | 1 | -5/+5 |
* | queue.scm: Disable unimplemented postfix-sasl-service | EuAndreh | 2023-03-11 | 1 | -0/+2 |
* | queue.scm: Add import for certbot-service-type | EuAndreh | 2023-03-11 | 1 | -0/+1 |
* | queue.scm: Add import for nginx-service-type | EuAndreh | 2023-03-11 | 1 | -0/+1 |
* | queue.scm: Add import for mail-aliases-service-type | EuAndreh | 2023-03-11 | 1 | -0/+1 |
* | queue.scm: Fix parentheses matching | EuAndreh | 2023-03-11 | 1 | -2/+2 |
* | queue.scm: Remove heredoc strings | EuAndreh | 2023-03-11 | 1 | -27/+24 |
* | src/xyz/euandreh/queue.scm: Add missing prefix to %namespaces | EuAndreh | 2023-03-11 | 1 | -3/+3 |
* | src/xyz/euandreh/queue.scm: Export some postfix and dovecot symbols | EuAndreh | 2023-03-11 | 1 | -1/+6 |
* | src/xyz/euandreh/queue.scm: Dump the other service definitions | EuAndreh | 2023-03-11 | 1 | -47/+749 |
* | queue.scm: Inline epson-L365 package into $XDG_CONFIG_HOME/guix/system.scm•••The reasoning is the same as the previous commit,
75e2ec0e7bdc04fa69a77e09fe355b893e7b278b.
| EuAndreh | 2023-02-26 | 1 | -56/+0 |
* | queue.scm: Remove tmux-plugin-continuum package•••Inlined directly into $XDG_CONFIG_HOME/guix/home.scm. Since all of my
uses of this package also share this file, there's no need to keep it in
a channel, only packages that are shared by other machines, such as
servers.
| EuAndreh | 2023-02-26 | 1 | -39/+0 |
* | queue.scm: Remove unused remhind package and its dependency python-xdg | EuAndreh | 2023-02-26 | 1 | -55/+0 |
* | queue.scm: Remove tmux-plugin-resurrect•••My patch was applied upstream. I've just sent a patch for
tmux-plugin-continuum, so that it can be removed from here too.
| EuAndreh | 2023-02-26 | 1 | -49/+0 |
* | src/xyz/euandreh/packages.scm: Fix source address | EuAndreh | 2023-02-18 | 1 | -4/+4 |
* | src/xyz/euandreh/queue.scm: Remove python-docx package•••The package now exists upstream.
| EuAndreh | 2023-01-30 | 1 | -26/+0 |
* | Revert "queue.scm: Remove packages present in Guix fork"•••This reverts commit 86c37f9c23fbc38756b61125215cb06e8b45bd29.
Revive postfix package.
| EuAndreh | 2023-01-30 | 1 | -0/+270 |
* | git mv scripts/paku src/bin/ | EuAndreh | 2022-12-01 | 1 | -0/+369 |
* | queue.scm: Shorten documentation string markers | EuAndreh | 2022-12-01 | 1 | -6/+6 |