all repos — nixfiles @ 9b2347d2832781c13f73e57ca775fd3583aeeaee

System and user configuration, managed by nix and home-manager

nitrokey: Disable ssh-agent
Alan Pearce alan@alanpearce.eu
Sun, 10 Sep 2017 14:53:04 +0200
commit

9b2347d2832781c13f73e57ca775fd3583aeeaee

parent

94eaea428f207a3791e60092c3ef2a4a6e2fb669

1 files changed, 3 insertions(+), 1 deletions(-)

jump to
M modules/nitrokey.nixmodules/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;