wifibackup: specify full path to ssh

This commit is contained in:
Motiejus Jakštys 2024-06-06 01:58:45 +03:00
parent 95def71a76
commit b8728dfbe7
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ in {
User = "root";
ExecStart = ''
${pkgs.unison}/bin/unison \
-sshcmd ${pkgs.openssh}/bin/ssh \
-sshargs "-i /etc/ssh/ssh_host_ed25519_key" \
-batch \
-merge "Name *.nmconnection -> ${mergeNmConnections}/bin/merge-nmconnections CURRENT1 CURRENT2 NEW NEW1 NEW2" \