summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/plasma.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/plasma.nix b/modules/plasma.nix
index 951592f..995919d 100644
--- a/modules/plasma.nix
+++ b/modules/plasma.nix
@@ -42,7 +42,7 @@
programs.ssh = {
startAgent = true;
- enableAskPassword = false;
+ enableAskPassword = true;
extraConfig = ''
AddKeysToAgent yes
'';