aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-03-13git mv src/xyz/euandreh/* src/org/euandre/EuAndreh3-5/+5
2023-03-12queue.scm: Name the "Spam" folder by its "special" name, "Junk"EuAndreh1-1/+1
2023-03-12queue.scm: Adapt INBOX location for Dovecot depending on "mail-in-home?"EuAndreh1-3/+3
2023-03-12queue.scm: Ensure state-dir exists before generating dhparam fileEuAndreh1-0/+1
2023-03-12queue.scm: Export dovecot2-configurationEuAndreh1-1/+2
2023-03-12queue.scm: Remove wrong quote closing in dovecot configEuAndreh1-1/+1
2023-03-12queue.scm: Add "mail-in-home?" option for dovecot and postfix servicesEuAndreh1-4/+14
2023-03-11queue.scm: Add "home_mailbox" compat configEuAndreh1-0/+2
2023-03-11queue.scm: Remove "mail_spool_directory" configEuAndreh1-2/+0
2023-03-11queue.scm: Use correct certificate for postfixEuAndreh1-8/+8
2023-03-11queue.scm: Fix "mail_spoo_directory" typoEuAndreh1-1/+1
2023-03-11queue.scm: Uncomment "mail_location" line of DovecotEuAndreh1-3/+1
2023-03-11queue.scm: Also unindent Dovecot strings just in caseEuAndreh1-63/+63
2023-03-11queue.scm: Remove (heredoc) trailing whitespace, as Postfix complains about itEuAndreh1-88/+88
2023-03-11queue.scm: Tweak string of Postfix main.cfEuAndreh1-3/+3
2023-03-11queue.scm: Use debug procedure for cyrus-sasl-service extra actionEuAndreh1-0/+2
2023-03-11Revert "queue.scm: Try disabling cyrus-sasl action to fix the build"EuAndreh1-1/+11
This reverts commit 96f1f1c69d91f681f5d3557c4feb6629d283c696.
2023-03-11queue.scm: Try disabling cyrus-sasl action to fix the buildEuAndreh1-11/+1
2023-03-11queue.scm: Typo in (postfix-sasl-services ...) function nameEuAndreh1-1/+1
2023-03-11queue.scm: Enable Postifx extending Cyrus SASLEuAndreh1-6/+0
2023-03-11queue.scm: Tweak cyrus-service-configuration compositionEuAndreh1-0/+4
2023-03-11queue.scm: Fix mta-sts nginx configurationEuAndreh1-21/+21
2023-03-11queue.scm: Import (gnu system setuid)EuAndreh1-0/+1
2023-03-11queue.scm: Add import for (least-authority-wrapper ...)EuAndreh1-0/+1
2023-03-11queue.scm: Fix escaping in former heredoc stringsEuAndreh1-5/+5
2023-03-11queue.scm: Disable unimplemented postfix-sasl-serviceEuAndreh1-0/+2
2023-03-11queue.scm: Add import for certbot-service-typeEuAndreh1-0/+1
2023-03-11queue.scm: Add import for nginx-service-typeEuAndreh1-0/+1
2023-03-11queue.scm: Add import for mail-aliases-service-typeEuAndreh1-0/+1
2023-03-11queue.scm: Fix parentheses matchingEuAndreh1-2/+2
2023-03-11Makefile: Add rule to generate "EuAndreh.key"EuAndreh1-1/+4
2023-03-11queue.scm: Remove heredoc stringsEuAndreh1-27/+24
2023-03-11src/xyz/euandreh/queue.scm: Add missing prefix to %namespacesEuAndreh1-3/+3
2023-03-11src/xyz/euandreh/queue.scm: Export some postfix and dovecot symbolsEuAndreh1-1/+6
2023-03-11src/xyz/euandreh/queue.scm: Dump the other service definitionsEuAndreh1-47/+749
2023-02-26queue.scm: Inline epson-L365 package into $XDG_CONFIG_HOME/guix/system.scmEuAndreh1-56/+0
The reasoning is the same as the previous commit, 75e2ec0e7bdc04fa69a77e09fe355b893e7b278b.
2023-02-26queue.scm: Remove tmux-plugin-continuum packageEuAndreh1-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.
2023-02-26queue.scm: Remove unused remhind package and its dependency python-xdgEuAndreh1-55/+0
2023-02-26queue.scm: Remove tmux-plugin-resurrectEuAndreh1-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.
2023-02-18src/xyz/euandreh/packages.scm: Fix source addressEuAndreh1-4/+4
2023-01-30src/xyz/euandreh/queue.scm: Remove python-docx packageEuAndreh1-26/+0
The package now exists upstream.
2023-01-30Revert "queue.scm: Remove packages present in Guix fork"EuAndreh1-0/+270
This reverts commit 86c37f9c23fbc38756b61125215cb06e8b45bd29. Revive postfix package.