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