mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
Revert "Merge #12357: nixos docs: show references to packages"
The PR wasn't good enough yet. This reverts commitb2a37ceeea
, reversing changes made to7fa9a1abce
.
This commit is contained in:
parent
69ec09f38a
commit
889351af8b
11 changed files with 27 additions and 37 deletions
|
@ -36,7 +36,6 @@ in
|
|||
|
||||
askPassword = mkOption {
|
||||
type = types.str;
|
||||
default = "${pkgs.x11_ssh_askpass}/libexec/x11-ssh-askpass";
|
||||
description = ''Program used by SSH to ask for passwords.'';
|
||||
};
|
||||
|
||||
|
@ -227,5 +226,7 @@ in
|
|||
|
||||
environment.variables.SSH_ASKPASS = optionalString config.services.xserver.enable askPassword;
|
||||
|
||||
programs.ssh.askPassword = mkDefault "${pkgs.x11_ssh_askpass}/libexec/x11-ssh-askpass";
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue