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