feat(config): Enable OfflineIMAP user service
This commit is contained in:
parent
76101fe330
commit
bcd0f8aeb4
2 changed files with 7 additions and 0 deletions
|
|
@ -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? ...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue