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;

View file

@ -4,8 +4,6 @@
{
boot.initrd.luks.devices.stallo-luks.device = "/dev/disk/by-uuid/b484cf1e-a27b-4785-8bd6-fa85a004b073";
services.openssh.enable = true;
# Use proprietary nvidia driver
services.xserver.videoDrivers = [ "nvidia" ];