ctucx.git: nixfiles

ctucx' nixfiles

commit a3a53ff2b7f14185de33d674faa87975a0c5fc04
parent 6bf3f7f972bd56cfec3dfc8955487d5b2b9f2041
Author: Leah (ctucx) <leah@ctu.cx>
Date: Thu, 16 Jun 2022 16:42:15 +0200

configurations/yubikey: disable-ccid is now also reqired on darwin
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configurations/yubikey.nix b/configurations/yubikey.nix
@@ -41,7 +41,7 @@
           keyserver = "hkps://keyserver.ubuntu.com:443";
         };
 
-        scdaemonSettings = lib.mkIf pkgs.stdenv.isLinux {
+        scdaemonSettings = {
           disable-ccid = true;
         };
       };