Yubikey: Difference between revisions

imported>Lattice
m corrected typo -- there is no dash in front of the '2' in the ykman command (but the subsequent line, which independently also contains '-2', is correct in the original and is unmodified here
imported>Dmarcoux
Remove "programs.ssh.startAgent = false;" as "false" is the default value for "programs.ssh.startAgent"
Line 16: Line 16:
'';
'';


programs = {
programs.gnupg.agent = {
  ssh.startAgent = false;
  enable = true;
  gnupg.agent = {
  enableSSHSupport = true;
    enable = true;
    enableSSHSupport = true;
  };
};
};
</syntaxHighlight>
</syntaxHighlight>