From 5fd1c829c573a1139f6d1ce71afe65d45c086874 Mon Sep 17 00:00:00 2001 From: zackartz Date: Wed, 13 Mar 2024 14:07:02 -0400 Subject: [PATCH] 185 current 2024-03-13 14:06:54 24.05.20240309.3030f18 6.7.9-zen1 * --- hosts/earth/configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/earth/configuration.nix b/hosts/earth/configuration.nix index 7e3203c..f9d14e6 100644 --- a/hosts/earth/configuration.nix +++ b/hosts/earth/configuration.nix @@ -38,10 +38,10 @@ # Load nvidia driver for Xorg and Wayland services.xserver.videoDrivers = ["nvidia"]; # or "nvidiaLegacy470 etc. - services.openssh = { - enable = true; - PasswordAuthentication = true; - }; + # services.openssh = { + # enable = true; + # PasswordAuthentication = true; + # }; environment.systemPackages = with pkgs; [ alvr