mirror of
https://github.com/wlcx/home.git
synced 2025-10-11 14:33:45 +01:00
gpg: enable ccid on not-darwin
This commit is contained in:
parent
a44510a299
commit
0fbb31defe
@ -1,4 +1,4 @@
|
||||
{pkgs, ...}: {
|
||||
{pkgs, lib, ...}: {
|
||||
programs.gpg = {
|
||||
enable = true;
|
||||
mutableKeys = false;
|
||||
@ -19,6 +19,6 @@
|
||||
];
|
||||
# make yubikey work on macos? lolgpg
|
||||
# https://github.com/NixOS/nixpkgs/issues/155629
|
||||
scdaemonSettings = {disable-ccid = true;};
|
||||
scdaemonSettings = (lib.optionalAttrs pkgs.stdenv.isDarwin {disable-ccid = true;});
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user