summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2017-09-10 14:53:04 +0200
committerAlan Pearce2017-09-10 14:53:04 +0200
commit9b2347d2832781c13f73e57ca775fd3583aeeaee (patch)
tree705634eebf0925421a720690cca975f84cd79fe4
parent94eaea428f207a3791e60092c3ef2a4a6e2fb669 (diff)
downloadnixfiles-9b2347d2832781c13f73e57ca775fd3583aeeaee.tar.lz
nixfiles-9b2347d2832781c13f73e57ca775fd3583aeeaee.tar.zst
nixfiles-9b2347d2832781c13f73e57ca775fd3583aeeaee.zip
nitrokey: Disable ssh-agent
-rw-r--r--modules/nitrokey.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/nitrokey.nix b/modules/nitrokey.nix
index a256c33d..ac85e352 100644
--- a/modules/nitrokey.nix
+++ b/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;