Move websites into vhosts

So it doesn't clash with Forgejo which is currently in /var/www/forgejo.
This commit is contained in:
Oliver Davies 2025-04-21 12:58:45 +01:00
parent 5b67a48d80
commit a71ce4b5fd
3 changed files with 16 additions and 16 deletions

View file

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