Use programs.ssh.askPassword
All checks were successful
Check Flake / check-flake (push) Successful in 4m56s
All checks were successful
Check Flake / check-flake (push) Successful in 4m56s
This commit is contained in:
@@ -90,5 +90,9 @@ in
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
||||
fonts.packages = with pkgs; [ nerd-fonts.symbols-only ];
|
||||
|
||||
# SSH Ask pass
|
||||
programs.ssh.enableAskPassword = true;
|
||||
programs.ssh.askPassword = "${pkgs.kdePackages.ksshaskpass}/bin/ksshaskpass";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user