Merge pull request #294771 from flokli/yubikey-agent-eval
nixos/yubikey-agent: fix eval error
This commit is contained in:
commit
88c9f04d1a
@ -37,7 +37,7 @@ in
|
||||
|
||||
# This overrides the systemd user unit shipped with the
|
||||
# yubikey-agent package
|
||||
systemd.user.services.yubikey-agent = mkIf (pinentryFlavor != null) {
|
||||
systemd.user.services.yubikey-agent = mkIf (config.programs.gnupg.agent.pinentryPackage != null) {
|
||||
path = [ config.programs.gnupg.agent.pinentryPackage ];
|
||||
wantedBy = [ "default.target" ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user