fix option collision
This commit is contained in:
parent
efe0439aaa
commit
415312d54b
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ in {
|
|||
settings = {
|
||||
# default-cache-ttl = 6000;
|
||||
};
|
||||
pinentryPackage = pkgs.pinentry;
|
||||
pinentryPackage = lib.mkDefault pkgs.pinentry;
|
||||
enable = true;
|
||||
# enableSSHSupport = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue