aboutsummaryrefslogtreecommitdiff
path: root/src/xyz/euandreh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* git mv src/xyz/euandreh/* src/org/euandre/EuAndreh2023-03-132-1457/+0
|
* queue.scm: Name the "Spam" folder by its "special" name, "Junk"EuAndreh2023-03-121-1/+1
|
* queue.scm: Adapt INBOX location for Dovecot depending on "mail-in-home?"EuAndreh2023-03-121-3/+3
|
* queue.scm: Ensure state-dir exists before generating dhparam fileEuAndreh2023-03-121-0/+1
|
* queue.scm: Export dovecot2-configurationEuAndreh2023-03-121-1/+2
|
* queue.scm: Remove wrong quote closing in dovecot configEuAndreh2023-03-121-1/+1
|
* queue.scm: Add "mail-in-home?" option for dovecot and postfix servicesEuAndreh2023-03-121-4/+14
|
* queue.scm: Add "home_mailbox" compat configEuAndreh2023-03-111-0/+2
|
* queue.scm: Remove "mail_spool_directory" configEuAndreh2023-03-111-2/+0
|
* queue.scm: Use correct certificate for postfixEuAndreh2023-03-111-8/+8
|
* queue.scm: Fix "mail_spoo_directory" typoEuAndreh2023-03-111-1/+1
|
* queue.scm: Uncomment "mail_location" line of DovecotEuAndreh2023-03-111-3/+1
|
* queue.scm: Also unindent Dovecot strings just in caseEuAndreh2023-03-111-63/+63
|
* queue.scm: Remove (heredoc) trailing whitespace, as Postfix complains about itEuAndreh2023-03-111-88/+88
|
* queue.scm: Tweak string of Postfix main.cfEuAndreh2023-03-111-3/+3
|
* queue.scm: Use debug procedure for cyrus-sasl-service extra actionEuAndreh2023-03-111-0/+2
|
* Revert "queue.scm: Try disabling cyrus-sasl action to fix the build"EuAndreh2023-03-111-1/+11
| | | | This reverts commit 96f1f1c69d91f681f5d3557c4feb6629d283c696.
* queue.scm: Try disabling cyrus-sasl action to fix the buildEuAndreh2023-03-111-11/+1
|
* queue.scm: Typo in (postfix-sasl-services ...) function nameEuAndreh2023-03-111-1/+1
|
* queue.scm: Enable Postifx extending Cyrus SASLEuAndreh2023-03-111-6/+0
|
* queue.scm: Tweak cyrus-service-configuration compositionEuAndreh2023-03-111-0/+4
|
* queue.scm: Fix mta-sts nginx configurationEuAndreh2023-03-111-21/+21
|
* queue.scm: Import (gnu system setuid)EuAndreh2023-03-111-0/+1
|
* queue.scm: Add import for (least-authority-wrapper ...)EuAndreh2023-03-111-0/+1
|
* queue.scm: Fix escaping in former heredoc stringsEuAndreh2023-03-111-5/+5
|
* queue.scm: Disable unimplemented postfix-sasl-serviceEuAndreh2023-03-111-0/+2
|
* queue.scm: Add import for certbot-service-typeEuAndreh2023-03-111-0/+1
|
* queue.scm: Add import for nginx-service-typeEuAndreh2023-03-111-0/+1
|
* queue.scm: Add import for mail-aliases-service-typeEuAndreh2023-03-111-0/+1
|
* queue.scm: Fix parentheses matchingEuAndreh2023-03-111-2/+2
|
* queue.scm: Remove heredoc stringsEuAndreh2023-03-111-27/+24
|
* src/xyz/euandreh/queue.scm: Add missing prefix to %namespacesEuAndreh2023-03-111-3/+3
|
* src/xyz/euandreh/queue.scm: Export some postfix and dovecot symbolsEuAndreh2023-03-111-1/+6
|
* src/xyz/euandreh/queue.scm: Dump the other service definitionsEuAndreh2023-03-111-47/+749
|
* queue.scm: Inline epson-L365 package into $XDG_CONFIG_HOME/guix/system.scmEuAndreh2023-02-261-56/+0
| | | | | The reasoning is the same as the previous commit, 75e2ec0e7bdc04fa69a77e09fe355b893e7b278b.
* queue.scm: Remove tmux-plugin-continuum packageEuAndreh2023-02-261-39/+0
| | | | | | | 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.
* queue.scm: Remove unused remhind package and its dependency python-xdgEuAndreh2023-02-261-55/+0
|
* queue.scm: Remove tmux-plugin-resurrectEuAndreh2023-02-261-49/+0
| | | | | My patch was applied upstream. I've just sent a patch for tmux-plugin-continuum, so that it can be removed from here too.
* src/xyz/euandreh/packages.scm: Fix source addressEuAndreh2023-02-181-4/+4
|
* src/xyz/euandreh/queue.scm: Remove python-docx packageEuAndreh2023-01-301-26/+0
| | | | The package now exists upstream.
* Revert "queue.scm: Remove packages present in Guix fork"EuAndreh2023-01-301-0/+270
| | | | | | This reverts commit 86c37f9c23fbc38756b61125215cb06e8b45bd29. Revive postfix package.
* queue.scm: Shorten documentation string markersEuAndreh2022-12-011-6/+6
|
* queue.scm: Fix splicing of supplementary-groupsEuAndreh2022-12-011-2/+2
|
* queue.scm: Use explicit list instead of quote for default valueEuAndreh2022-12-011-1/+1
|
* queue.scm: Export cyrus-sasl-accountsEuAndreh2022-12-011-0/+1
|
* queue.scm: Use dkimproxyout also as the DNS selectorEuAndreh2022-12-011-1/+1
|
* queue.scm: Remove --user/--group from DKIMproxy.out as it had to be rootEuAndreh2022-12-011-3/+1
|
* queue.scm: Avoid warning by giving DKIMproxy "--user" and "--group"EuAndreh2022-12-011-2/+3
|
* queue.scm: Rename DKIMproxy-out to DKIMproxy.outEuAndreh2022-12-011-5/+5
|
* queue.scm: Use correct "config-name" instead of "config-file"EuAndreh2022-12-011-1/+1
|