remove that hello world thing:
This commit is contained in:
parent
ae96c9dd78
commit
8f128b38dc
|
@ -31,7 +31,6 @@ in {
|
||||||
systemd.services."pass-sync" = {
|
systemd.services."pass-sync" = {
|
||||||
script = ''
|
script = ''
|
||||||
set -eu
|
set -eu
|
||||||
${pkgs.coreutils}/bin/echo "Hello World"
|
|
||||||
${pkgs.pass}/bin/pass git pull
|
${pkgs.pass}/bin/pass git pull
|
||||||
${pkgs.pass}/bin/pass git push
|
${pkgs.pass}/bin/pass git push
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue