fix option collision

This commit is contained in:
LordGrimmauld 2024-03-16 13:55:36 +01:00
parent efe0439aaa
commit 415312d54b

View File

@ -104,7 +104,7 @@ in {
settings = { settings = {
# default-cache-ttl = 6000; # default-cache-ttl = 6000;
}; };
pinentryPackage = pkgs.pinentry; pinentryPackage = lib.mkDefault pkgs.pinentry;
enable = true; enable = true;
# enableSSHSupport = true; # enableSSHSupport = true;
}; };