gpg: Enable notifications for touch interaction

catering
Simon Bruder 2024-01-23 22:31:06 +01:00
parent ec150e5a6c
commit 35949934dd
Signed by: simon
GPG Key ID: 347FF8699CDA0776
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
Environment = [
"PATH=${pkgs.gnupg}/bin"
];
ExecStart = "${pkgs.yubikey-touch-detector}/bin/yubikey-touch-detector";
ExecStart = "${pkgs.yubikey-touch-detector}/bin/yubikey-touch-detector -libnotify";
Restart = "on-failure";
};
};