nitrokey: Disable ssh-agent
Alan Pearce alan@alanpearce.eu
Sun, 10 Sep 2017 14:53:04 +0200
1 files changed, 3 insertions(+), 1 deletions(-)
jump to
M modules/nitrokey.nix → modules/nitrokey.nix
@@ -4,7 +4,9 @@ let pkgsUnstable = import <nixos-unstable> {}; # pkgsUnstable = pkgs; in -{ services.pcscd.enable = true; +{ programs.ssh.startAgent = false; + + services.pcscd.enable = true; services.tor = { enable = true;