diff --git a/configuration.nix b/configuration.nix index 7fed744..c6a053f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -46,7 +46,10 @@ # Enable the OpenSSH daemon. services.openssh.enable = true; - programs.ssh.startAgent = true; + programs.ssh = { + startAgent = true; + enableAskPassword = true; + }; # Set your time zone. time.timeZone = "Europe/Paris";