summary refs log tree commit diff stats
path: root/modules/nitrokey.nix
diff options
context:
space:
mode:
authorAlan Pearce2017-09-13 15:57:39 +0200
committerAlan Pearce2017-09-13 15:57:39 +0200
commit3cd6ae385ed8ac2efd7b63ab6bd698ea8efc0c67 (patch)
treeef0532759f60efbfdb71bfe30ba5f8273b54b021 /modules/nitrokey.nix
parent7db05c60364d3d6be69b243e0c43272b36e6ffa0 (diff)
parent38fce4627d3c2f8ba79049f571fd16bc5037d008 (diff)
downloadnixos-configuration-3cd6ae385ed8ac2efd7b63ab6bd698ea8efc0c67.tar.lz
nixos-configuration-3cd6ae385ed8ac2efd7b63ab6bd698ea8efc0c67.tar.zst
nixos-configuration-3cd6ae385ed8ac2efd7b63ab6bd698ea8efc0c67.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'modules/nitrokey.nix')
-rw-r--r--modules/nitrokey.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/nitrokey.nix b/modules/nitrokey.nix
index a256c33..ac85e35 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;