about summary refs log tree commit diff
path: root/modules
Commit message (Collapse)AuthorAge
* modules/public-inbox: make coderepos accessibleAlyssa Ross2023-06-05
|
* modules/public-inbox: disable spamcAlyssa Ross2023-06-05
| | | | | Mail coming to public-inbox will already have been checked for spam by postfix.
* modules/spectrum/postfix: don't use p-i spamcAlyssa Ross2023-06-05
| | | | | The public-inbox spamassassin rules are not all that useful, and make the setup more complicated.
* modules/xmpp: remove redundant modulesAlyssa Ross2023-06-05
| | | | | http_upload and cloud_notify are always included in the Nixpkgs Prosody package.
* modules/xmpp: fix http file uploadAlyssa Ross2023-06-05
|
* modules/spectrum/public-inbox: add test listAlyssa Ross2023-06-05
|
* modules/server/mail: initAlyssa Ross2023-06-05
|
* modules/pushmail: initAlyssa Ross2023-06-05
|
* modules/ssh: configure codebergAlyssa Ross2023-06-05
|
* modules/emacs: compose mail using notmuchAlyssa Ross2023-06-05
|
* modules/emacs: configure Sent and Drafts dirsAlyssa Ross2023-06-05
|
* modules/emacs: show newest notmuch results firstAlyssa Ross2023-06-05
|
* modules/persistence/systemd: persist journalAlyssa Ross2023-06-05
|
* modules/persistence/postfix: persist the queueAlyssa Ross2023-06-05
|
* modules/documentation: add autoconfAlyssa Ross2023-06-05
|
* modules/ssh: update GitHub RSA keyAlyssa Ross2023-06-05
|
* modules/git: set sendemail.assume8bitEncodingAlyssa Ross2023-06-05
|
* modules/ssh: add whitbyAlyssa Ross2023-06-05
|
* modules/ssh: add keys for gitlab.fd.oAlyssa Ross2023-06-05
|
* modules/ssh: add gitlab.fd.o aliasAlyssa Ross2023-06-05
|
* modules/ssh: add keys for atuin and hyperionAlyssa Ross2023-06-05
|
* modules/ssh: add inventAlyssa Ross2023-06-05
|
* modules/ssh: remove obsolete serversAlyssa Ross2023-06-05
|
* modules/emacs: install notmuchAlyssa Ross2023-06-05
|
* modules/ssh: add networking.hosts entry for uhuraAlyssa Ross2023-06-05
| | | | Lacks an AAAA record.
* modules/emacs: reduce with scopeAlyssa Ross2023-06-05
|
* modules/physical: enable zram swapAlyssa Ross2023-06-05
|
* modules/emacs: install code-reviewAlyssa Ross2023-06-05
|
* modules/sway: configure wlsunsetAlyssa Ross2023-06-05
|
* modules/emacs: configure forgeAlyssa Ross2023-06-05
|
* modules/mutt: add alternates for plus addressesAlyssa Ross2023-06-05
|
* modules/mutt: use better regexAlyssa Ross2023-06-05
|
* modules/persistence/bluetooth: use a bind mountAlyssa Ross2023-06-05
| | | | | This has changed in recent Nixpkgs to be a StateDirectory, so systemd won't let it be a symlink any more.
* Merge commit '99665eb45f58d959d2cb9e49ddb960c79d596f33'Alyssa Ross2023-02-08
|
* modules/persistence/networkmanager: save /var/libAlyssa Ross2023-02-08
| | | | | The main reason for doing this is so that stable random MAC addresses are persisted across reboots.
* modules/hosts: initAlyssa Ross2023-02-08
| | | | | | Hardcoding some hosts will help when I'm stuck on a bad internet connection that has broken/struggling DNS. I'll at least be able to IRC!
* modules/keyboard: map PrSc to composeAlyssa Ross2023-02-08
|
* modules/emacs: install pod-modeAlyssa Ross2023-02-08
|
* modules/emacs: install tauregAlyssa Ross2023-02-08
|
* modules/audio: initAlyssa Ross2023-02-08
|
* modules/persistence: initAlyssa Ross2023-02-08
| | | | | These are separated from the main configurations for these services because not all systems use this setup.
* modules/emacs: highlight "Fixes" git trailerAlyssa Ross2023-02-08
|
* modules/git: specify the envelope senderAlyssa Ross2023-02-08
| | | | Fixes sending from Unikie email address.
* modules/mutt: reply from @unikie.com if appropriateAlyssa Ross2023-02-08
|
* modules/mutt: use From header for envelope senderAlyssa Ross2023-02-08
|
* modules/emacs: use From header for envelope senderAlyssa Ross2023-02-08
|
* modules/workstation/postfix: send unikie mailAlyssa Ross2023-02-08
|
* modules/notmuch: add unikie emailAlyssa Ross2023-02-08
|
* modules/notmuch: don't hardcode database locationAlyssa Ross2023-02-08
| | | | | | | This was set by the notmuch setup wizard, but notmuch's default search behaviour is actually much more sensible — in particular, it'll look in ~/mail automatically, without requiring hardcoding the home directory.
* modules: make XDG_DATA_HOME writeableAlyssa Ross2023-02-08
| | | | | | Unlike HOME, I haven't found any benefit to making this non-writeable and having to write modules for every program that might want to use it.