diff --git a/appserver/configuration.nix b/appserver/configuration.nix index cb396d9..0c4855a 100644 --- a/appserver/configuration.nix +++ b/appserver/configuration.nix @@ -36,7 +36,7 @@ fileSystems."/mnt/remote/media" = { device = "files:/mnt/storage"; fsType = "nfs"; - options = [ "x-systemd.automount" "noauto" "x-systemd.idle-timeout=600" ]; + options = [ "x-systemd.automount" ]; }; # Enable all unfree hardware support. @@ -82,7 +82,7 @@ # Enable the OpenSSH daemon. services.openssh.enable = true; - services.openssh.settings.PermitRootLogin = "yes"; + services.openssh.settings.PermitRootLogin = "no"; services.openssh.settings.PasswordAuthentication = true;