From 33167c8a865f75b1c83244513baeae643ec66599 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 7 May 2018 14:24:07 +0200 Subject: refactor(services): Enable OpenSSH on all machines --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configuration.nix') 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; -- cgit 1.4.1