add notify-send to pass-sync service
This commit is contained in:
parent
e42bd646c0
commit
44a80339f9
|
@ -34,6 +34,8 @@ in {
|
|||
set -eu
|
||||
${pkgs.pass}/bin/pass git pull
|
||||
${pkgs.pass}/bin/pass git push
|
||||
|
||||
${pkgs.libnotify}/bin/notify-send "Passwords synced"
|
||||
'';
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
|
|
Loading…
Reference in a new issue