remove that hello world thing:

This commit is contained in:
Sakooooo 2024-06-15 11:41:31 +00:00
parent ae96c9dd78
commit 8f128b38dc
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -31,7 +31,6 @@ in {
systemd.services."pass-sync" = {
script = ''
set -eu
${pkgs.coreutils}/bin/echo "Hello World"
${pkgs.pass}/bin/pass git pull
${pkgs.pass}/bin/pass git push
'';