Update hostname
This commit is contained in:
parent
5f74395ea4
commit
5b224bbe42
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ pkgs.writeShellApplication {
|
|||
|
||||
mkdir -p "''${backup_path}"
|
||||
|
||||
${lib.getExe pkgs.rsync} -avzP nixedo:/var/www/vhosts/ "''${backup_path}" --delete-after
|
||||
${lib.getExe pkgs.rsync} -avzP nixedo.local:/var/www/vhosts/ "''${backup_path}" --delete-after
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue