refactor(services): Enable OpenSSH on all machines

This commit is contained in:
Vincent Ambo 2018-05-07 14:24:07 +02:00
parent 484da65eed
commit 33167c8a86
2 changed files with 2 additions and 2 deletions

View file

@ -44,6 +44,8 @@
package = import ./emacs.nix { inherit pkgs; };
};
services.openssh.enable = true;
# Enable GNOME keyring (required for Evolution)
services.gnome3.gnome-keyring.enable = true;