diff options
Diffstat (limited to 'configuration.nix')
-rw-r--r-- | configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index 44b3040d8b52..6ca796699056 100644 --- a/configuration.nix +++ b/configuration.nix @@ -25,6 +25,9 @@ services.emacs.enable = true; services.emacs.defaultEditor = true; + # Enable GNOME keyring (required for Evolution) + services.gnome3.gnome-keyring.enable = true; + virtualisation = { # Configure VirtualBox (needed for local NixOps testing): virtualbox.host.enable = true; |