diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-05-07T12·24+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-05-08T20·33+0200 |
commit | 33167c8a865f75b1c83244513baeae643ec66599 (patch) | |
tree | 3d1f55136414654572157bdf019581cdd10ad7cb /configuration.nix | |
parent | 484da65eed33b70dadde8dc3e8039d28d19b836e (diff) |
refactor(services): Enable OpenSSH on all machines
Diffstat (limited to 'configuration.nix')
-rw-r--r-- | configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index 8d1b1d4d034d..a4891b812dd1 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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; |