Update source hostname and path

This commit is contained in:
Oliver Davies 2025-04-21 12:36:20 +01:00
parent ffef2a8f6f
commit fab9c6bb44

View file

@ -8,6 +8,6 @@ pkgs.writeShellApplication {
mkdir -p "''${backup_path}"
${lib.getExe pkgs.rsync} -avzP ssh.oliverdavies.uk:/var/www/vhosts/ "''${backup_path}" --delete-after
${lib.getExe pkgs.rsync} -avzP nixedo:/var/www/ "''${backup_path}" --delete-after
'';
}