diff options
Diffstat (limited to 'configuration.nix')
-rw-r--r-- | configuration.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index 063acf96b0b6..08043924c1fd 100644 --- a/configuration.nix +++ b/configuration.nix @@ -52,6 +52,12 @@ # Enable GNOME keyring (required for Evolution) services.gnome3.gnome-keyring.enable = true; + # Enable OfflineIMAP (configuration itself is user-data) + services.offlineimap = { + install = true; + path = with pkgs; [ pass notmuch ]; + }; + virtualisation = { # Configure Docker (with socket activation): # Side note: ... why is this in virtualisation? ... |