No description
This moves my email configuration into NixOS, including the following features: 1. Replaced the NixOS-builtin offlineimap user service with a custom one that runs notmuch-indexing as part of the systemd unit instead of a postsynchook, which is significantly more reliable. 2. Adds configuration for notmuch and its tagging. 3. Adds configuration for OfflineIMAP & MSMTP. Relevant emacs configuration has also been added to my emacs.d repository. |
||
|---|---|---|
| dotfiles | ||
| nixpkgs-mozilla@6179dd8765 | ||
| pkgs | ||
| .gitignore | ||
| .gitmodules | ||
| adho-configuration.nix | ||
| configuration.nix | ||
| desktop.nix | ||
| dotfiles.nix | ||
| emacs.nix | ||
| mail.nix | ||
| packages.nix | ||
| README.md | ||
| stallo-configuration.nix | ||
NixOS configuration
My NixOS config. Some manual steps required before the first run!
Make sure submodules are cloned: git submodule update --init.
Set up the unstable NixOS channel:
nix-channel --add http://nixos.org/channels/nixos-unstable nixos-unstable
nix-channel --update
Symlink local machine configuration to /etc/nixos/local-configuration.nix.