From 78adadce2c3832215fc8815a01e9db2d9a4e762f Mon Sep 17 00:00:00 2001 From: zackartz Date: Wed, 13 Mar 2024 13:32:50 -0400 Subject: [PATCH] 177 current 2024-03-13 13:32:42 24.05.20240309.3030f18 6.7.9-zen1 * --- hosts/earth/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/earth/configuration.nix b/hosts/earth/configuration.nix index 73e096f..fdbe5e7 100644 --- a/hosts/earth/configuration.nix +++ b/hosts/earth/configuration.nix @@ -38,6 +38,11 @@ # Load nvidia driver for Xorg and Wayland services.xserver.videoDrivers = ["nvidia"]; # or "nvidiaLegacy470 etc. + services.openssh = { + enable = true; + passwordAuthentication = true; + }; + environment.systemPackages = with pkgs; [ alvr BeatSaberModManager