diff options
-rw-r--r-- | configuration.nix | 2 | ||||
-rw-r--r-- | stallo-configuration.nix | 2 |
2 files changed, 2 insertions, 2 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; diff --git a/stallo-configuration.nix b/stallo-configuration.nix index 120544b1a312..a9a6eb610087 100644 --- a/stallo-configuration.nix +++ b/stallo-configuration.nix @@ -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" ]; |