disable ssh askpass

This commit is contained in:
caandt 2024-10-28 02:45:23 -05:00
parent 5db83d03d0
commit 440f46a3db

View file

@ -38,5 +38,7 @@
programs.command-not-found.dbPath = flake-programs-sqlite.packages.${pkgs.system}.programs-sqlite; programs.command-not-found.dbPath = flake-programs-sqlite.packages.${pkgs.system}.programs-sqlite;
programs.ssh.enableAskPassword = false;
system.stateVersion = "24.05"; system.stateVersion = "24.05";
} }